Fixed list numbers
Этот коммит содержится в:
@@ -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 ###
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user