Skip to content

Commit

Permalink
Add default machine open command
Browse files Browse the repository at this point in the history
  • Loading branch information
micahhausler committed Sep 29, 2015
1 parent b48596d commit 9920835
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ docker-compose up
```

## Play
Open [http://192.168.59.103:15672/](http://192.168.59.103:15672/) and use the login.
Open [http://192.168.59.103:15672/](http://192.168.59.103:15672/) (or what ever IP you get when you run `docker-machine ip`)

```
open http://$(docker-machine ip default):15672/
```
and use the login

```
username: rabbitmq
Expand Down

0 comments on commit 9920835

Please sign in to comment.