diff options
author | it33 <iantien@gmail.com> | 2015-06-15 19:07:36 -0700 |
---|---|---|
committer | it33 <iantien@gmail.com> | 2015-06-15 19:07:36 -0700 |
commit | 1365c52597544c4e5f801f21c8b1292f1b9ee412 (patch) | |
tree | f17e5d76b0eebcc1c75e8e6ff8014a784403cb01 /README.md | |
parent | 5ac1fbe0850ed7b2bca71b66806fecb4cf092de5 (diff) | |
download | chat-1365c52597544c4e5f801f21c8b1292f1b9ee412.tar.gz chat-1365c52597544c4e5f801f21c8b1292f1b9ee412.tar.bz2 chat-1365c52597544c4e5f801f21c8b1292f1b9ee412.zip |
Fix typo, "ip" should be "IP"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ DOCKER 1. Follow the instructions at http://docs.docker.com/installation/mac/ Use the Boot2Docker command-line utility If you do command-line setup use: `boot2docker init eval “$(boot2docker shellinit)”` -2. Get your Docker ip address with `boot2docker ip` +2. Get your Docker IP address with `boot2docker ip` 3. Add a line to your /etc/hosts that goes `<Docker IP> dockerhost` 4. Run `boot2docker shellinit` and copy the export statements to your ~/.bash_profile |