Update Technical informations authored by Caillat Michel's avatar Caillat Michel
......@@ -20,6 +20,12 @@ Redirecting to /bin/systemctl start docker.service
root 14212 0.2 0.0 2064984 65392 ? Ssl 11:59 0:00 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
```
## Having `dockerd`automatically started during the boot sequence
```
sudo systemctl enable docker.service
```
# Starting the yafits containers
## Change the current directory to the yafits project's :
......
......