--- 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/<platform>/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/<system>=.
+=eximtest/<platform>=.
== Run the tests
- docker run -i -t -h foo.site eximtest/<system>
+ docker run -i -t -h foo.site eximtest/<platform>
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
+
+