Этот коммит содержится в:
Paul Stonier
2015-09-25 16:57:51 -04:00
родитель 22b97079c6
Коммит abc20cce50

Просмотреть файл

@@ -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 `<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`
5. Run: `docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform`