Skip to content

Commit

Permalink
the problem was a still running daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoamaro committed Jan 18, 2014
1 parent f85fcab commit 7d37d53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ To build, make sure you have Docker [installed](http://www.docker.io/gettingstar

## Install docker:
```
sudo mkdir -p /var/lib/docker/repositories
curl get.docker.io | sudo sh -x
sudo apt-get install docker
```
# kill any running docker daemon
```
sudo killall docker
```

## Clone this repo somewhere,
Expand Down

0 comments on commit 7d37d53

Please sign in to comment.