diff -r 79c7422f579b -r 7a5b244351d3 README --- a/README Tue Apr 07 14:28:51 2015 +0200 +++ b/README Tue Apr 07 17:36:14 2015 +0200 @@ -1,22 +1,41 @@ -548 +It's work in progress. I'm not a docker expert. + +== Pull the Exim-Repository + + git clone git://git.exim.org/exim.git == Build the images ./build +or + ./build platforms//Dockerfile You may want to unset the http_proxy environment variable. (At least for -me the =docker= commands didn't work when this env was set.) +me the +docker+ commands didn't work when this env was set.) To build the Fedora image, docker needs BTRFS storage. (Fedora uses Linux capabilities.) Just add "-s btrfs" to the DOCKER_OPTS in -=/etc/default/docker=. ++/etc/default/docker+. This command should create some docker images, called -=eximtest/=. +=eximtest/=. == Run the tests - docker run -i -t -h foo.site eximtest/ + docker run -i -t -h foo.site eximtest/ Any options you pass are sent directly to the =runtest= script inside the image. + +== Unstable Tests + +Currently some of the tests are unstable, that is, they +fail from time to time and succeed once they're retried +several times + + ------|---------- + 0206 debian7 + 5601 debian7 + 0548 fedora21 + +