diff --git a/README.md b/README.md index c1a9e7e..8c6ca22 100644 --- a/README.md +++ b/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 ```