summaryrefslogtreecommitdiffstats
path: root/doc/install/single-container-install.md
diff options
context:
space:
mode:
authorPaul Stonier <pstonier@gmail.com>2015-09-25 17:05:05 -0400
committerPaul Stonier <pstonier@gmail.com>2015-09-25 17:05:05 -0400
commitd84e8d9c75771e6982186267244eb5a58569b05f (patch)
tree95157c6380d702492bc147ca1b1eb5f222acd2c7 /doc/install/single-container-install.md
parentabc20cce50875eb53eb62b5f944e68ff0a85f44b (diff)
downloadchat-d84e8d9c75771e6982186267244eb5a58569b05f.tar.gz
chat-d84e8d9c75771e6982186267244eb5a58569b05f.tar.bz2
chat-d84e8d9c75771e6982186267244eb5a58569b05f.zip
Replaced Boot2Docker with Docker Toolbox
Diffstat (limited to 'doc/install/single-container-install.md')
-rw-r--r--doc/install/single-container-install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/single-container-install.md b/doc/install/single-container-install.md
index 562d9ff2d..fa5265773 100644
--- a/doc/install/single-container-install.md
+++ b/doc/install/single-container-install.md
@@ -5,7 +5,7 @@ The following install instructions are for single-container installs of Mattermo
### Mac OSX ###
1. Install Docker Toolbox using instructions at: http://docs.docker.com/installation/mac/
- 1. Start Boot2Docker from the command line and run: `docker-machine create -d virtualbox dev”`
+ 1. Start Docker Toolbox from the command line and run: `docker-machine create -d virtualbox dev”`
2. Get your Docker IP address with: `docker-machine ip dev`
3. Use `sudo nano /etc/hosts` to add `<Docker IP> dockerhost` to your /etc/hosts file
4. Run: `docker-machine env dev` and copy the export statements to your ~/.bash\_profile by running `sudo nano ~/.bash_profile`. Then run: `source ~/.bash_profile`