Этот коммит содержится в:
Andrii Bubis
2015-06-24 10:11:20 -07:00
родитель e7900b016d
Коммит 5db72e682b

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

@@ -49,6 +49,7 @@ newgrp docker
### Arch ### ### Arch ###
1. Install docker using the following commands: 1. Install docker using the following commands:
``` bash ``` bash
pacman -S docker pacman -S docker
systemctl enable docker.service systemctl enable docker.service
@@ -56,10 +57,13 @@ systemctl start docker.service
gpasswd -a <username> docker gpasswd -a <username> docker
newgrp docker newgrp docker
``` ```
2. Start docker container: 2. Start docker container:
``` bash ``` bash
docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:helium docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:helium
``` ```
3. When docker is done fetching the image, open http://localhost:8065/ in your browser. 3. When docker is done fetching the image, open http://localhost:8065/ in your browser.
### Notes ### ### Notes ###