From 95c811d21b282fe9eaedfe4c2c1604f0549cd1c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9gis=20Hanol?= Date: Mon, 20 Jan 2014 23:10:28 +0100 Subject: [PATCH] Add a warning about 32/64 bits kernel version Docker only works on x64 systems --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a390c1d..bd91f18 100644 --- 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." -- 2.25.1