Add a warning about 32/64 bits kernel version
authorRégis Hanol <regis@hanol.fr>
Mon, 20 Jan 2014 22:10:28 +0000 (23:10 +0100)
committerRégis Hanol <regis@hanol.fr>
Mon, 20 Jan 2014 22:10:28 +0000 (23:10 +0100)
Docker only works on x64 systems

README.md

index a390c1dc9c0ed7cdbb3dcc3cb122c5ec4c4aad2a..bd91f186adb1a16f641154e647d21efce0ffec24 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@
 
 ### IMPORTANT: Before You Start
 
-1. Run Docker and launcher as **root**.
-2. Use [Ubuntu 12.04 LTS](http://releases.ubuntu.com/precise/) or [Ubuntu 13.04](http://releases.ubuntu.com/13.04/) or [Ubuntu 13.10](http://releases.ubuntu.com/13.10/). Device mapper support in Docker is still rough.
-3. Upgrade to the [latest version of Docker](http://docs.docker.io/en/latest/installation/ubuntulinux/).
+1. Make sure you're running a **64 bits** version of either [Ubuntu 12.04 LTS](http://releases.ubuntu.com/precise/), [Ubuntu 13.04](http://releases.ubuntu.com/13.04/) or [Ubuntu 13.10](http://releases.ubuntu.com/13.10/).
+2. Upgrade to the [latest version of Docker](http://docs.docker.io/en/latest/installation/ubuntulinux/).
+3. Run Docker and launcher as **root**.
 4. Install Discourse Docker into the expected path `/var/docker`
 
 If you do not do any of the above, as RoboCop one said, "there will be ... problems."