summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-04 07:33:29 -0700
committerit33 <iantien@gmail.com>2015-10-04 07:33:29 -0700
commit44ceedc2ad2ea193cedb71865931dcdc1624ed2b (patch)
tree2b208be7f7cd10fe00a57413198b2a911f58b426 /doc
parentb69ee1325d9b6a90589859e9949747ccc9430d9b (diff)
parent01a014d71468c7c47769e71f74d4856e500bbae8 (diff)
downloadchat-44ceedc2ad2ea193cedb71865931dcdc1624ed2b.tar.gz
chat-44ceedc2ad2ea193cedb71865931dcdc1624ed2b.tar.bz2
chat-44ceedc2ad2ea193cedb71865931dcdc1624ed2b.zip
Merge pull request #905 from chengkun/patch-1
Fixed typo in single-container-install.md
Diffstat (limited to 'doc')
-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 fa5265773..304467678 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 Docker Toolbox 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`