Skip to content

Commit

Permalink
Adds hostfile example to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubig committed Apr 30, 2015
1 parent b295b8d commit 4b7f1e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ from a backup for each app and adapt the database connection settings!
# execute a bash shell inside a running container
$ docker exec -it atlassian_stash_1 bash

# add the following entrys to your `/etc/hosts`
$ boot2docker ip -> 192.168.59.103
$ cat /etc/hosts
192.168.59.103 boot2docker.local boot2docker
192.168.59.103 stash.boot2docker.local stash
192.168.59.103 jira.boot2docker.local jira
192.168.59.103 docs.boot2docker.local docs
192.168.59.103 crowd.boot2docker.local crowd

### First run

If you start this orchestration for the first time, a handy feature is to
Expand Down

0 comments on commit 4b7f1e4

Please sign in to comment.