From a25371a9cb956c82fa29def3cfda9e80f8cba56f Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 12 Feb 2021 11:39:18 +0100 Subject: [PATCH] readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 ```