From 22b97079c61ba23c4d41faa96287c554d4858346 Mon Sep 17 00:00:00 2001 From: Paul Stonier Date: Fri, 25 Sep 2015 16:53:29 -0400 Subject: Update Mac OS X install instructions Migrated from boot2docker to docker-machine --- doc/install/single-container-install.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/install/single-container-install.md b/doc/install/single-container-install.md index 772f3becf..f647d670c 100644 --- a/doc/install/single-container-install.md +++ b/doc/install/single-container-install.md @@ -4,11 +4,11 @@ The following install instructions are for single-container installs of Mattermo ### Mac OSX ### -1. Install Boot2Docker using instructions at: http://docs.docker.com/installation/mac/ - 1. Start Boot2Docker from the command line and run: `boot2docker init eval “$(boot2docker shellinit)”` -2. Get your Docker IP address with: `boot2docker ip` +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”` +2. Get your Docker IP address with: `docker-machine ip deve` 3. Use `sudo nano /etc/hosts` to add ` dockerhost` to your /etc/hosts file -4. Run: `boot2docker shellinit` and copy the export statements to your ~/.bash\_profile by running `sudo nano ~/.bash_profile`. Then run: `source ~/.bash_profile` +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` 5. Run: `docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform` 6. When docker is done fetching the image, open http://dockerhost:8065/ in your browser. -- cgit v1.2.3-1-g7c22 From abc20cce50875eb53eb62b5f944e68ff0a85f44b Mon Sep 17 00:00:00 2001 From: Paul Stonier Date: Fri, 25 Sep 2015 16:57:51 -0400 Subject: Typo Fix: deve to dev --- doc/install/single-container-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/install/single-container-install.md b/doc/install/single-container-install.md index f647d670c..562d9ff2d 100644 --- a/doc/install/single-container-install.md +++ b/doc/install/single-container-install.md @@ -6,7 +6,7 @@ The following install instructions are for single-container installs of Mattermo 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”` -2. Get your Docker IP address with: `docker-machine ip deve` +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` 5. Run: `docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform` -- cgit v1.2.3-1-g7c22 From d84e8d9c75771e6982186267244eb5a58569b05f Mon Sep 17 00:00:00 2001 From: Paul Stonier Date: Fri, 25 Sep 2015 17:05:05 -0400 Subject: Replaced Boot2Docker with Docker Toolbox --- doc/install/single-container-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 ` 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