Adding name and tag to commands

Этот коммит содержится в:
Christopher Speller
2015-06-19 09:21:16 -04:00
родитель ce0b89a26e
Коммит 60ccc8fcfe

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

@@ -46,7 +46,7 @@ Local Machine Setup (Docker)
`sudo usermod -aG docker <username>` `sudo usermod -aG docker <username>`
`sudo service docker start` `sudo service docker start`
`newgrp docker` `newgrp docker`
2. Run `docker run -d --publish 8086:80 mattermost/platform` 2. Run `docker run --name mattermost-dev -d --publish 8086:80 mattermost/platform:helium
3. When docker is done fetching the image, open http://localhost:8086/ in your browser 3. When docker is done fetching the image, open http://localhost:8086/ in your browser
### Arch ### ### Arch ###
@@ -56,7 +56,7 @@ Local Machine Setup (Docker)
`systemctl start docker.service` `systemctl start docker.service`
`gpasswd -a <username> docker` `gpasswd -a <username> docker`
`newgrp docker` `newgrp docker`
2. docker run -d --publish 8086:80 mattermost/platform 2. docker run --name mattermost-dev -d --publish 8086:80 mattermost/platform:helium
3. When docker is done fetching the image, open http://localhost:8086/ in your browser 3. When docker is done fetching the image, open http://localhost:8086/ in your browser
### Notes ### ### Notes ###