From 01a014d71468c7c47769e71f74d4856e500bbae8 Mon Sep 17 00:00:00 2001 From: Chengkun Date: Fri, 2 Oct 2015 15:18:22 +0800 Subject: Fixed typo in single-container-install.md Remove the typo of quotation marks after 'docker-machine create -d virtualbox dev' --- doc/install/single-container-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/install') 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 ` 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` -- cgit v1.2.3-1-g7c22