From: Jeff Atwood Date: Tue, 8 Jul 2014 18:25:16 +0000 (-0700) Subject: remove ubuntu 13 in favor of ubuntu 14 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2a61975d393f9d627640c6a32799c8b79eb13739;p=discourse_docker.git remove ubuntu 13 in favor of ubuntu 14 --- diff --git a/README.md b/README.md index 10b6f1a..50d3717 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ### IMPORTANT: Before You Start -1. Make sure you're running a **64 bit** 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/). +1. Make sure you're running a **64 bit** version of either [Ubuntu 12.04 LTS](http://releases.ubuntu.com/precise/), or [Ubuntu 14.10](http://releases.ubuntu.com/14.04/). 1. Upgrade to the [latest version of Docker](http://docs.docker.io/en/latest/installation/ubuntulinux/). 1. Create a directory for Discourse Docker (the expected path is `/var/docker`): `install -g docker -m 2775 -d /var/docker` 1. Run the docker installation and launcher as **root** or a member of the **docker** group.