Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoamaro committed Jan 18, 2014
1 parent 7d37d53 commit 64eacb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ docker-drupal
This repo contains a recipe for making a [Docker](http://docker.io) container for Drupal, using Linux, Apache and MySQL.
To build, make sure you have Docker [installed](http://www.docker.io/gettingstarted/),

## Install docker:
## kill any running docker daemon
```
curl get.docker.io | sudo sh -x
sudo killall docker
```
# kill any running docker daemon
## Install docker:
```
sudo killall docker
curl get.docker.io | sudo sh -x
```

## Clone this repo somewhere,
Expand Down

0 comments on commit 64eacb2

Please sign in to comment.