Skip to content

Commit

Permalink
Merge pull request #2 from greggles/master
Browse files Browse the repository at this point in the history
Make it  more clear when this is done. Grammar.
  • Loading branch information
ricardoamaro committed Feb 18, 2014
2 parents 9b68fcb + 548be4a commit 194df3d
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 194df3d

Please sign in to comment.