From 4a5d02148545080f41dc80e7f24eebc757d9b710 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 7 Jun 2014 23:30:09 -0700 Subject: [PATCH] add Docker 0.12 workaround --- docs/INSTALL-digital-ocean.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md index 44affa93893..db64c897ce6 100644 --- a/docs/INSTALL-digital-ocean.md +++ b/docs/INSTALL-digital-ocean.md @@ -46,6 +46,11 @@ You will be asked for permission to connect, type `yes`, then enter the root pas +FOR THIS WEEK ONLY, temporarily revert to Docker 0.11.1 due to [severe Docker 0.12 bug](https://github.com/dotcloud/docker/issues/6245): + + apt-get update + apt-get install lxc-docker-0.11.1 + # Install Discourse Create a `/var/docker` folder: