bach 3 years ago
parent
commit
a25371a9cb
1 changed files with 8 additions and 5 deletions
  1. 8 5
      README.md

+ 8 - 5
README.md

@@ -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
 ```