Skip to content

Commit

Permalink
You might need sudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfink committed Aug 12, 2013
1 parent 576fc0c commit 17ddcb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
```
Expand Down

0 comments on commit 17ddcb6

Please sign in to comment.