From 17ddcb6e777148dcc57d3e2ff0c1bd48a36d9d03 Mon Sep 17 00:00:00 2001 From: jbfink Date: Mon, 12 Aug 2013 10:54:19 -0400 Subject: [PATCH] You might need sudo. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 75f80e4..2c3e861 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +(N.B. the way that Docker handles permissions may vary depending on your current Docker version. If you're getting errors like +``` +dial unix /var/run/docker.sock: permission denied +``` +when you run the below commands, simply use use sudo. This is a [known issue](https://twitter.com/docker/status/366040073793323008).) + + This repo contains a recipe for making a [Docker](http://docker.io) container, with Apache, MySQL and PHP. To build, make sure you have Docker [installed](http://www.docker.io/gettingstarted/), clone this repo somewhere, and then run: ```