Update Technical informations authored by Caillat Michel's avatar Caillat Michel
......@@ -6,3 +6,16 @@ Before trying to launch any container, it's advised to ensure that the docker da
```
ps aux|grep dockerd
```
If the above command returns nothing then start a session on an account belonging to sudoers and launch
```
[caillat-adm@juliette ~]$ sudo service docker start
[sudo] Mot de passe de caillat-adm :
Redirecting to /bin/systemctl start docker.service
[caillat-adm@juliette ~]$ ps aux|grep dockerd
root 14212 0.2 0.0 2064984 65392 ? Ssl 11:59 0:00 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
```
\ No newline at end of file