Update Technical informations authored by Caillat Michel's avatar Caillat Michel
...@@ -4,6 +4,8 @@ This page is intended to provide technical informations hopefully useful for any ...@@ -4,6 +4,8 @@ This page is intended to provide technical informations hopefully useful for any
You have cloned/downloaded the `yafits` project and you can run the `docker-compose` command You have cloned/downloaded the `yafits` project and you can run the `docker-compose` command
# Starting docker daemon (possibly) # Starting docker daemon (possibly)
### Manually on demand
Before trying to launch any container, it's advised to ensure that the docker daemon is running. E.g. it may happen that the daemon has not been registered to be launched during a (re)boot sequence. Before trying to launch any container, it's advised to ensure that the docker daemon is running. E.g. it may happen that the daemon has not been registered to be launched during a (re)boot sequence.
``` ```
...@@ -20,8 +22,7 @@ Redirecting to /bin/systemctl start docker.service ...@@ -20,8 +22,7 @@ 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 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 ## Having `dockerd` automatically started during the future boot sequences
``` ```
sudo systemctl enable docker.service sudo systemctl enable docker.service
``` ```
... ...
......