Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Technical informations
authored
Jul 26, 2019
by
Caillat Michel
Show whitespace changes
Inline
Side-by-side
Technical-informations.md
View page @
53274b44
...
@@ -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
...
...