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

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

@@ -49,6 +49,7 @@ newgrp docker
### Arch ###
1. Install docker using the following commands:
``` bash
pacman -S docker
systemctl enable docker.service
@@ -56,10 +57,13 @@ systemctl start docker.service
gpasswd -a <username> docker
newgrp docker
```
2. Start docker container:
``` bash
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.
### Notes ###