equal
deleted
inserted
replaced
|
1 548 |
|
2 |
|
3 == Build the images |
|
4 |
|
5 ./build |
|
6 |
|
7 You may want to unset the http_proxy environment variable. (At least for |
|
8 me the =docker= commands didn't work when this env was set.) |
|
9 |
|
10 To build the Fedora image, docker needs BTRFS storage. (Fedora uses |
|
11 Linux capabilities.) Just add "-s btrfs" to the DOCKER_OPTS in |
|
12 =/etc/default/docker=. |
|
13 |
|
14 This command should create some docker images, called |
|
15 =eximtest/<system>=. |
|
16 |
|
17 == Run the tests |
|
18 |
|
19 docker run -i -t -h foo.site eximtest/<system> |
|
20 |
|
21 Any options you pass are sent directly to the =runtest= script |
|
22 inside the image. |