Update Technical informations authored by Caillat Michel's avatar Caillat Michel
...@@ -7,7 +7,7 @@ Before trying to launch any container, it's advised to ensure that the docker da ...@@ -7,7 +7,7 @@ Before trying to launch any container, it's advised to ensure that the docker da
ps aux|grep dockerd ps aux|grep dockerd
``` ```
If the above command returns nothing then start a session on an account belonging to sudoers and launch If the above command returns nothing then start a session on an account belonging to sudoers and start the daemon. Example :
``` ```
[caillat-adm@juliette ~]$ sudo service docker start [caillat-adm@juliette ~]$ sudo service docker start
... ...
......