Skip to content

Commit

Permalink
Make it more clear when this is done. Grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
greggles committed Feb 18, 2014
1 parent 9b68fcb commit 548be4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ and then build it:
sudo docker build -t <yourname>/drupal .
```

this can take a while but should eventually return a command prompt. It's done when it says "Successfully built {hash}"

## And run the container, connecting port 80:
```
sudo docker run -d -t -p 80:80 <yourname>/drupal
Expand All @@ -35,13 +37,12 @@ Visit http://localhost/ in your webrowser.
Note: you cannot have port 80 already used or the container will not start.
In that case you can start by setting: `-p 8080:80`

build directly from github breaks at the moment:
build directly from github is broken at the moment:
```
sudo docker build -t <yourname>/drupal git://github.com/ricardoamaro/docker-drupal.git
```



### Credentials

* ROOT MYSQL_PASSWORD will be on /mysql-root-pw.txt
Expand Down

0 comments on commit 548be4a

Please sign in to comment.