Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wurstmeister committed Dec 23, 2013
1 parent 7fa82c5 commit 872965e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Start a broker (you can start as many brokers as your host system allows you to
- ```start-broker.sh <brokerId> <brokerPort> <hostIp>```

Your broker will be available under ```hostIp:brokerPort```. If you run docker on a linux box you should use the IP of your linux box.
If you run docker inside of vagrant you need to ensure that the ```brokerPort``` is forwarded and use the IP of the host running vagrant as
```hostIp```
If you run docker inside of vagrant you need to ensure that the ```brokerPort``` is forwarded and use the IP of the host running vagrant as ```hostIp```

To forward ports with vagrant use: ```$ FORWARD_DOCKER_PORTS='true' vagrant up```

Expand Down

0 comments on commit 872965e

Please sign in to comment.