This commit is contained in:
2021-02-12 11:39:18 +01:00
parent 7ff1e6d770
commit a25371a9cb
+8 -5
View File
@@ -6,6 +6,14 @@ En FrançaiS powered by druapl 9 for the api and vuejs for the app (client) in d
```
sudo pacman -S docker docker-compose docker-machine
```
start the docker service
```
sudo systemctl start docker
```
For all the following, DO NOT run docker or make commande as root or with sudo, use this setup: add your user to the docker user group, re-login, and restart docker.service.
https://wiki.archlinux.org/index.php/Docker#Installation
## Clone this repos
@@ -105,11 +113,6 @@ server {
## Docker
### start the docker service
```
sudo systemctl start docker
```
### docker-compose pull
pull the latest image of services
```