slimani@slimani-Latitude-E5570:~$ sudo rm -f /etc/apt/keyrings/docker.gpg
sudo rm -f /etc/apt/keyrings/docker.asc
sudo rm -f /etc/apt/sources.list.d/docker.list
sudo rm -f /etc/apt/sources.list.d/docker.sources
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
slimani@slimani-Latitude-E5570:~$ ls -l /etc/apt/keyrings/docker.asc
-rw-r--r-- 1 root root 3817 Apr 5 18:28 /etc/apt/keyrings/docker.asc
slimani@slimani-Latitude-E5570:~$ ls -l /etc/apt/keyrings/docker.asc
-rw-r--r-- 1 root root 3817 Apr 5 18:28 /etc/apt/keyrings/docker.asc
slimani@slimani-Latitude-E5570:~$ echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
slimani@slimani-Latitude-E5570:~$ cat /etc/apt/sources.list.d/docker.list
deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable
slimani@slimani-Latitude-E5570:~$ cat /etc/apt/sources.list.d/docker.list
deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable
slimani@slimani-Latitude-E5570:~$ sudo apt update
Hit:1 http://packages.ros.org/ros2/ubuntu jammy InRelease
Hit:2 https://deb.nodesource.com/node_20.x nodistro InRelease
Hit:3 https://packages.cloud.google.com/apt cloud-sdk InRelease
Hit:4 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:5 https://brave-browser-apt-release.s3.brave.com stable InRelease
Get:6 https://download.docker.com/linux/ubuntu noble InRelease [48.5 kB]
Hit:7 https://esm.ubuntu.com/apps/ubuntu noble-apps-security InRelease
Hit:8 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu noble InRelease
Hit:9 https://linux.teamviewer.com/deb stable InRelease
Hit:10 https://esm.ubuntu.com/apps/ubuntu noble-apps-updates InRelease
Hit:11 https://ppa.launchpadcontent.net/kisak/kisak-mesa/ubuntu noble InRelease
Get:12 https://download.docker.com/linux/ubuntu noble/stable amd64 Packages [48.9 kB]
Get:13 https://download.docker.com/linux/ubuntu noble/stable amd64 Contents (deb) [1,529 B]
Hit:14 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:15 https://ppa.launchpadcontent.net/libreoffice/ppa/ubuntu noble InRelease
Hit:16 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:17 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:18 https://downloads.cursor.com/aptrepo stable InRelease
Hit:19 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Hit:20 http://archive.ubuntu.com/ubuntu noble-security InRelease
Fetched 98.9 kB in 9s (11.1 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
52 packages can be upgraded. Run 'apt list --upgradable' to see them.
slimani@slimani-Latitude-E5570:~$ sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
libetonyek-0.1-1 ubuntu-fan
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
docker-ce-rootless-extras slirp4netns
Suggested packages:
docker-model-plugin
The following packages will be REMOVED:
containerd docker.io runc
The following NEW packages will be installed:
containerd.io docker-buildx-plugin docker-ce docker-ce-cli docker-ce-rootless-extras
docker-compose-plugin slirp4netns
0 upgraded, 7 newly installed, 3 to remove and 52 not upgraded.
Need to get 93.8 MB of archives.
After this operation, 57.5 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu noble/universe amd64 slirp4netns amd64 1.2.1-1build2 [34.9 kB]
Get:2 https://download.docker.com/linux/ubuntu noble/stable amd64 containerd.io amd64 2.2.2-1~ubuntu.24.04~noble [23.6 MB]
Get:3 https://download.docker.com/linux/ubuntu noble/stable amd64 docker-ce-cli amd64 5:29.3.1-1~ubuntu.24.04~noble [16.4 MB]
Get:4 https://download.docker.com/linux/ubuntu noble/stable amd64 docker-ce amd64 5:29.3.1-1~ubuntu.24.04~noble [22.6 MB]
Get:5 https://download.docker.com/linux/ubuntu noble/stable amd64 docker-buildx-plugin amd64 0.33.0-1~ubuntu.24.04~noble [16.9 MB]
Get:6 https://download.docker.com/linux/ubuntu noble/stable amd64 docker-ce-rootless-extras amd64 5:29.3.1-1~ubuntu.24.04~noble [6,390 kB]
Get:7 https://download.docker.com/linux/ubuntu noble/stable amd64 docker-compose-plugin amd64 5.1.1-1~ubuntu.24.04~noble [7,846 kB]
Fetched 93.8 MB in 8min 9s (192 kB/s)
(Reading database ... 949039 files and directories currently installed.)
Removing docker.io (27.5.1-0ubuntu3~24.04.2) ...
'/usr/share/docker.io/contrib/nuke-graph-directory.sh' -> '/var/lib/docker/nuke-graph-directo
ry.sh'
Stopping 'docker.service', but its triggering units are still active:
docker.socket
Removing containerd (1.7.28-0ubuntu1~24.04.2) ...
Removing runc (1.3.3-0ubuntu1~24.04.3) ...
Selecting previously unselected package containerd.io.
(Reading database ... 948766 files and directories currently installed.)
Preparing to unpack .../0-containerd.io_2.2.2-1~ubuntu.24.04~noble_amd64.deb ...
Unpacking containerd.io (2.2.2-1~ubuntu.24.04~noble) ...
Selecting previously unselected package docker-ce-cli.
Preparing to unpack .../1-docker-ce-cli_5%3a29.3.1-1~ubuntu.24.04~noble_amd64.deb ...
Unpacking docker-ce-cli (5:29.3.1-1~ubuntu.24.04~noble) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../2-docker-ce_5%3a29.3.1-1~ubuntu.24.04~noble_amd64.deb ...
Unpacking docker-ce (5:29.3.1-1~ubuntu.24.04~noble) ...
Selecting previously unselected package docker-buildx-plugin.
Preparing to unpack .../3-docker-buildx-plugin_0.33.0-1~ubuntu.24.04~noble_amd64.deb ...
Unpacking docker-buildx-plugin (0.33.0-1~ubuntu.24.04~noble) ...
Selecting previously unselected package docker-ce-rootless-extras.
Preparing to unpack .../4-docker-ce-rootless-extras_5%3a29.3.1-1~ubuntu.24.04~noble_amd64.deb
...
Unpacking docker-ce-rootless-extras (5:29.3.1-1~ubuntu.24.04~noble) ...
Selecting previously unselected package docker-compose-plugin.
Preparing to unpack .../5-docker-compose-plugin_5.1.1-1~ubuntu.24.04~noble_amd64.deb ...
Unpacking docker-compose-plugin (5.1.1-1~ubuntu.24.04~noble) ...
Selecting previously unselected package slirp4netns.
Preparing to unpack .../6-slirp4netns_1.2.1-1build2_amd64.deb ...
Unpacking slirp4netns (1.2.1-1build2) ...
Setting up slirp4netns (1.2.1-1build2) ...
Setting up docker-buildx-plugin (0.33.0-1~ubuntu.24.04~noble) ...
Setting up containerd.io (2.2.2-1~ubuntu.24.04~noble) ...
Setting up docker-compose-plugin (5.1.1-1~ubuntu.24.04~noble) ...
Setting up docker-ce-cli (5:29.3.1-1~ubuntu.24.04~noble) ...
Setting up docker-ce-rootless-extras (5:29.3.1-1~ubuntu.24.04~noble) ...
Setting up docker-ce (5:29.3.1-1~ubuntu.24.04~noble) ...
Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 148.
Processing triggers for man-db (2.12.0-4build2) ...
slimani@slimani-Latitude-E5570:~$ docker --version
docker compose version
sudo systemctl status docker --no-pager
Docker version 29.3.1, build c2be9cc
Docker Compose version v2.27.1
× docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sun 2026-04-05 18:40:38 CET; 45s ago
Duration: 5d 22h 56.352s
TriggeredBy: × docker.socket
Docs: https://docs.docker.com
Process: 108996 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 108996 (code=exited, status=1/FAILURE)
CPU: 127ms
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Scheduled restart job…t 3.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Start request repeate…kly.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Failed with result 'e…de'.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: Failed to start docker.service - Dock…ine.
Hint: Some lines were ellipsized, use -l to show in full.
slimani@slimani-Latitude-E5570:~$ dockerd -H fd:// --containerd=/run/containerd/containerd.sock
INFO[2026-04-05T19:03:05.414244607+01:00] Starting up
INFO[2026-04-05T19:03:05.414401077+01:00] Daemon shutdown complete error="dockerd needs to be started with root privileges. To run dockerd in rootless mode as an unprivileged user, see https://docs.docker.com/go/rootless/"
dockerd needs to be started with root privileges. To run dockerd in rootless mode as an unprivileged user, see https://docs.docker.com/go/rootless/
slimani@slimani-Latitude-E5570:~$ sudo systemctl status containerd --no-pager -l
sudo journalctl -u docker.service -n 50 --no-pager
sudo journalctl -u containerd -n 50 --no-pager
● containerd.service - containerd container runtime
Loaded: loaded (/usr/lib/systemd/system/containerd.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-04-05 18:40:27 CET; 22min ago
Docs: https://containerd.io
Main PID: 108566 (containerd)
Tasks: 9
Memory: 13.8M (peak: 14.3M)
CPU: 621ms
CGroup: /system.slice/containerd.service
└─108566 /usr/bin/containerd
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353198337+01:00" level=info msg="loading plugin" id=io.containerd.tracing.processor.v1.otlp type=io.containerd.tracing.processor.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353277736+01:00" level=info msg="skip loading plugin" error="skip plugin: tracing endpoint not configured" id=io.containerd.tracing.processor.v1.otlp type=io.containerd.tracing.processor.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353328174+01:00" level=info msg="loading plugin" id=io.containerd.internal.v1.tracing type=io.containerd.internal.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353379985+01:00" level=info msg="skip loading plugin" error="skip plugin: tracing endpoint not configured" id=io.containerd.internal.v1.tracing type=io.containerd.internal.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353443486+01:00" level=info msg="loading plugin" id=io.containerd.ttrpc.v1.otelttrpc type=io.containerd.ttrpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353507047+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.healthcheck type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.354121533+01:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.354385376+01:00" level=info msg=serving... address=/run/containerd/containerd.sock
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.357142618+01:00" level=info msg="containerd successfully booted in 0.066297s"
Apr 05 18:40:27 slimani-Latitude-E5570 systemd[1]: Started containerd.service - containerd container runtime.
Mar 30 20:39:04 slimani-Latitude-E5570 systemd[1]: Starting docker.service - Docker Application Container Engine...
Mar 30 20:39:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:05.197154908+01:00" level=info msg="Starting up"
Mar 30 20:39:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:05.204152051+01:00" level=info msg="OTEL tracing is not configured, using no-op tracer provider"
Mar 30 20:39:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:05.205398933+01:00" level=info msg="detected 127.0.0.53 nameserver, assuming systemd-resolved, so using resolv.conf: /run/systemd/resolve/resolv.conf"
Mar 30 20:39:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:05.411669186+01:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Mar 30 20:39:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:05.449682423+01:00" level=info msg="Loading containers: start."
Mar 30 20:39:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:05.913499071+01:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Mar 30 20:39:06 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:06.089485213+01:00" level=info msg="No non-localhost DNS nameservers are left in resolv.conf. Using default external servers"
Mar 30 20:39:06 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:06.511088856+01:00" level=info msg="Loading containers: done."
Mar 30 20:39:06 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:06.559320016+01:00" level=info msg="Docker daemon" commit="27.5.1-0ubuntu3~24.04.2" containerd-snapshotter=false storage-driver=overlay2 version=27.5.1
Mar 30 20:39:06 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:06.561310394+01:00" level=info msg="Daemon has completed initialization"
Mar 30 20:39:06 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:06.597789551+01:00" level=info msg="API listen on /run/docker.sock"
Mar 30 20:39:06 slimani-Latitude-E5570 systemd[1]: Started docker.service - Docker Application Container Engine.
Apr 05 18:40:02 slimani-Latitude-E5570 systemd[1]: Stopping docker.service - Docker Application Container Engine...
Apr 05 18:40:02 slimani-Latitude-E5570 dockerd[3743]: time="2026-04-05T18:40:02.962792811+01:00" level=info msg="Processing signal 'terminated'"
Apr 05 18:40:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-04-05T18:40:05.212632423+01:00" level=info msg="ignoring event" container=795b0b64ad7c7b7f7c4a498c5769494879470b729859ec0333d3a1233634df08 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 05 18:40:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-04-05T18:40:05.299995589+01:00" level=warning msg="ShouldRestart failed, container will not be restarted" container=795b0b64ad7c7b7f7c4a498c5769494879470b729859ec0333d3a1233634df08 daemonShuttingDown=true error="restart canceled" execDuration=142h0m59.099936441s exitStatus="{0 2026-04-05 17:40:05.141473665 +0000 UTC}" hasBeenManuallyStopped=false restartCount=0
Apr 05 18:40:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-04-05T18:40:05.801088277+01:00" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
Apr 05 18:40:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-04-05T18:40:05.808812165+01:00" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby
Apr 05 18:40:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-04-05T18:40:05.809115091+01:00" level=info msg="Daemon shutdown complete"
Apr 05 18:40:05 slimani-Latitude-E5570 systemd[1]: docker.service: Deactivated successfully.
Apr 05 18:40:05 slimani-Latitude-E5570 systemd[1]: Stopped docker.service - Docker Application Container Engine.
Apr 05 18:40:05 slimani-Latitude-E5570 systemd[1]: docker.service: Consumed 49.378s CPU time, 108.3M memory peak, 11.8M memory swap peak.
Apr 05 18:40:31 slimani-Latitude-E5570 systemd[1]: Starting docker.service - Docker Application Container Engine...
Apr 05 18:40:31 slimani-Latitude-E5570 dockerd[108948]: time="2026-04-05T18:40:31.563370400+01:00" level=info msg="Starting up"
Apr 05 18:40:31 slimani-Latitude-E5570 dockerd[108948]: time="2026-04-05T18:40:31.564135002+01:00" level=info msg="Daemon shutdown complete" error="failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd"
Apr 05 18:40:31 slimani-Latitude-E5570 dockerd[108948]: failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd
Apr 05 18:40:31 slimani-Latitude-E5570 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Apr 05 18:40:31 slimani-Latitude-E5570 systemd[1]: docker.service: Failed with result 'exit-code'.
Apr 05 18:40:31 slimani-Latitude-E5570 systemd[1]: Failed to start docker.service - Docker Application Container Engine.
Apr 05 18:40:33 slimani-Latitude-E5570 systemd[1]: docker.service: Scheduled restart job, restart counter is at 1.
Apr 05 18:40:33 slimani-Latitude-E5570 systemd[1]: Starting docker.service - Docker Application Container Engine...
Apr 05 18:40:33 slimani-Latitude-E5570 dockerd[108986]: time="2026-04-05T18:40:33.839840347+01:00" level=info msg="Starting up"
Apr 05 18:40:33 slimani-Latitude-E5570 dockerd[108986]: time="2026-04-05T18:40:33.841408862+01:00" level=info msg="Daemon shutdown complete" error="failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd"
Apr 05 18:40:33 slimani-Latitude-E5570 dockerd[108986]: failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd
Apr 05 18:40:33 slimani-Latitude-E5570 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Apr 05 18:40:33 slimani-Latitude-E5570 systemd[1]: docker.service: Failed with result 'exit-code'.
Apr 05 18:40:33 slimani-Latitude-E5570 systemd[1]: Failed to start docker.service - Docker Application Container Engine.
Apr 05 18:40:35 slimani-Latitude-E5570 systemd[1]: docker.service: Scheduled restart job, restart counter is at 2.
Apr 05 18:40:35 slimani-Latitude-E5570 systemd[1]: Starting docker.service - Docker Application Container Engine...
Apr 05 18:40:36 slimani-Latitude-E5570 dockerd[108996]: time="2026-04-05T18:40:36.095379238+01:00" level=info msg="Starting up"
Apr 05 18:40:36 slimani-Latitude-E5570 dockerd[108996]: time="2026-04-05T18:40:36.096600762+01:00" level=info msg="Daemon shutdown complete" error="failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd"
Apr 05 18:40:36 slimani-Latitude-E5570 dockerd[108996]: failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd
Apr 05 18:40:36 slimani-Latitude-E5570 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Apr 05 18:40:36 slimani-Latitude-E5570 systemd[1]: docker.service: Failed with result 'exit-code'.
Apr 05 18:40:36 slimani-Latitude-E5570 systemd[1]: Failed to start docker.service - Docker Application Container Engine.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Start request repeated too quickly.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Failed with result 'exit-code'.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: Failed to start docker.service - Docker Application Container Engine.
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.347733005+01:00" level=info msg="loading plugin" id=io.containerd.differ.v1.walking type=io.containerd.differ.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.347782652+01:00" level=info msg="loading plugin" id=io.containerd.lease.v1.manager type=io.containerd.lease.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.347831891+01:00" level=info msg="loading plugin" id=io.containerd.mount-manager.v1.bolt type=io.containerd.mount-manager.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348319371+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.containers-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348395880+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.content-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348458567+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.diff-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348574801+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.images-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348648176+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.introspection-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348700220+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.namespaces-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348764299+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.snapshots-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348828242+01:00" level=info msg="loading plugin" id=io.containerd.shim.v1.manager type=io.containerd.shim.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348891397+01:00" level=info msg="loading plugin" id=io.containerd.runtime.v2.task type=io.containerd.runtime.v2
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349545948+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.tasks-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349631890+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.containers type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349697307+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.content type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349786658+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.diff type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349848581+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.events type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349904528+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.images type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349963240+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.introspection type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350029575+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.leases type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350086960+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.mounts type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350144289+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.namespaces type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350243820+01:00" level=info msg="loading plugin" id=io.containerd.sandbox.store.v1.local type=io.containerd.sandbox.store.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350312671+01:00" level=info msg="loading plugin" id=io.containerd.transfer.v1.local type=io.containerd.transfer.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350420254+01:00" level=info msg="loading plugin" id=io.containerd.cri.v1.images type=io.containerd.cri.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350575783+01:00" level=info msg="Get image filesystem path \"/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs\" for snapshotter \"overlayfs\""
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350659997+01:00" level=info msg="Start snapshots syncer"
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350783173+01:00" level=info msg="loading plugin" id=io.containerd.cri.v1.runtime type=io.containerd.cri.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.351644159+01:00" level=info msg="starting cri plugin" config="{\"containerd\":{\"defaultRuntimeName\":\"runc\",\"runtimes\":{\"runc\":{\"runtimeType\":\"io.containerd.runc.v2\",\"runtimePath\":\"\",\"PodAnnotations\":null,\"ContainerAnnotations\":null,\"options\":{\"BinaryName\":\"\",\"CriuImagePath\":\"\",\"CriuWorkPath\":\"\",\"IoGid\":0,\"IoUid\":0,\"NoNewKeyring\":false,\"Root\":\"\",\"ShimCgroup\":\"\",\"SystemdCgroup\":false},\"privileged_without_host_devices\":false,\"privileged_without_host_devices_all_devices_allowed\":false,\"cgroupWritable\":false,\"baseRuntimeSpec\":\"\",\"cniConfDir\":\"\",\"cniMaxConfNum\":0,\"snapshotter\":\"\",\"sandboxer\":\"podsandbox\",\"io_type\":\"\"}},\"ignoreBlockIONotEnabledErrors\":false,\"ignoreRdtNotEnabledErrors\":false},\"cni\":{\"binDir\":\"\",\"binDirs\":[\"/opt/cni/bin\"],\"confDir\":\"/etc/cni/net.d\",\"maxConfNum\":1,\"setupSerially\":false,\"confTemplate\":\"\",\"ipPref\":\"\",\"useInternalLoopback\":false},\"enableSelinux\":false,\"selinuxCategoryRange\":1024,\"maxContainerLogLineSize\":16384,\"disableApparmor\":false,\"restrictOOMScoreAdj\":false,\"disableProcMount\":false,\"unsetSeccompProfile\":\"\",\"tolerateMissingHugetlbController\":true,\"disableHugetlbController\":true,\"device_ownership_from_security_context\":false,\"ignoreImageDefinedVolumes\":false,\"netnsMountsUnderStateDir\":false,\"enableUnprivilegedPorts\":true,\"enableUnprivilegedICMP\":true,\"enableCDI\":true,\"cdiSpecDirs\":[\"/etc/cdi\",\"/var/run/cdi\"],\"drainExecSyncIOTimeout\":\"0s\",\"ignoreDeprecationWarnings\":null,\"containerdRootDir\":\"/var/lib/containerd\",\"containerdEndpoint\":\"/run/containerd/containerd.sock\",\"rootDir\":\"/var/lib/containerd/io.containerd.grpc.v1.cri\",\"stateDir\":\"/run/containerd/io.containerd.grpc.v1.cri\"}"
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.351836209+01:00" level=info msg="loading plugin" id=io.containerd.podsandbox.controller.v1.podsandbox type=io.containerd.podsandbox.controller.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.351993155+01:00" level=info msg="loading plugin" id=io.containerd.sandbox.controller.v1.shim type=io.containerd.sandbox.controller.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352483105+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.sandbox-controllers type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352575578+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.sandboxes type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352629468+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.snapshots type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352687669+01:00" level=info msg="loading plugin" id=io.containerd.streaming.v1.manager type=io.containerd.streaming.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352738961+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.streaming type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352782439+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.tasks type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352855655+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.transfer type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352927623+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.version type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352989747+01:00" level=info msg="loading plugin" id=io.containerd.monitor.container.v1.restart type=io.containerd.monitor.container.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353198337+01:00" level=info msg="loading plugin" id=io.containerd.tracing.processor.v1.otlp type=io.containerd.tracing.processor.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353277736+01:00" level=info msg="skip loading plugin" error="skip plugin: tracing endpoint not configured" id=io.containerd.tracing.processor.v1.otlp type=io.containerd.tracing.processor.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353328174+01:00" level=info msg="loading plugin" id=io.containerd.internal.v1.tracing type=io.containerd.internal.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353379985+01:00" level=info msg="skip loading plugin" error="skip plugin: tracing endpoint not configured" id=io.containerd.internal.v1.tracing type=io.containerd.internal.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353443486+01:00" level=info msg="loading plugin" id=io.containerd.ttrpc.v1.otelttrpc type=io.containerd.ttrpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353507047+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.healthcheck type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.354121533+01:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.354385376+01:00" level=info msg=serving... address=/run/containerd/containerd.sock
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.357142618+01:00" level=info msg="containerd successfully booted in 0.066297s"
Apr 05 18:40:27 slimani-Latitude-E5570 systemd[1]: Started containerd.service - containerd container runtime.
slimani@slimani-Latitude-E5570:~$ Processing triggers for man-db (2.12.0-4build2) ...
slimani@slimani-Latitude-E5570:~$ docker --version
docker compose version
sudo systemctl status docker --no-pager
Docker version 29.3.1, build c2be9cc
Docker Compose version v2.27.1
× docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sun 2026-04-05 18:40:38 CET; 45s ago
Duration: 5d 22h 56.352s
TriggeredBy: × docker.socket
Docs: https://docs.docker.com
Process: 108996 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 108996 (code=exited, status=1/FAILURE)
CPU: 127ms
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Scheduled restart job…t 3.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Start request repeate…kly.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Failed with result 'e…de'.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: Failed to start docker.service - Dock…ine.
Hint: Some lines were ellipsized, use -l to show in full.
slimani@slimani-Latitude-E5570:~$ dockerd -H fd:// --containerd=/run/containerd/containerd.sock
INFO[2026-04-05T19:03:05.414244607+01:00] Starting up
INFO[2026-04-05T19:03:05.414401077+01:00] Daemon shutdown complete error="dockerd needs to be started with root privileges. To run dockerd in rootless mode as an unprivileged user, see https://docs.docker.com/go/rootless/"
dockerd needs to be started with root privileges. To run dockerd in rootless mode as an unprivileged user, see https://docs.docker.com/go/rootless/
slimani@slimani-Latitude-E5570:~$ sudo systemctl status containerd --no-pager -l
sudo journalctl -u docker.service -n 50 --no-pager
sudo journalctl -u containerd -n 50 --no-pager
● containerd.service - containerd container runtime
Loaded: loaded (/usr/lib/systemd/system/containerd.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-04-05 18:40:27 CET; 22min ago
Docs: https://containerd.io
Main PID: 108566 (containerd)
Tasks: 9
Memory: 13.8M (peak: 14.3M)
CPU: 621ms
slimani@slimani-Latitude-E5570:~$ 5570 systemd[1]: Started containerd.service - containerd co
bash: syntax error near unexpected token `('
bash: slimani@slimani-Latitude-E5570:~$: command not found
Docker Compose version v2.27.1
× docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sun 2026-04-05 18:40:38 CET; 27min ago
Duration: 5d 22h 56.352s
TriggeredBy: × docker.socket
Docs: https://docs.docker.com
Process: 108996 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 108996 (code=exited, status=1/FAILURE)
CPU: 127ms
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Scheduled restart job…t 3.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Start request repeate…kly.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Failed with result 'e…de'.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: Failed to start docker.service - Dock…ine.
Hint: Some lines were ellipsized, use -l to show in full.
bash: Docker: command not found
bash: Docker: command not found
bash: ×: command not found
bash: syntax error near unexpected token `('
bash: syntax error near unexpected token `('
bash: Duration:: command not found
bash: TriggeredBy:: command not found
bash: Docs:: command not found
bash: syntax error near unexpected token `('
bash: syntax error near unexpected token `('
bash: CPU:: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Hint:: command not found
bash: slimani@slimani-Latitude-E5570:~$: command not found
bash: INFO[2026-04-05T19:03:05.414244607+01:00]: command not found
bash: INFO[2026-04-05T19:03:05.414401077+01:00]: command not found
"dockerd" accepts no argument(s).
See 'dockerd --help'.
Usage: dockerd [OPTIONS]
A self-sufficient runtime for containers.
bash: slimani@slimani-Latitude-E5570:~$: command not found
Mar 30 20:39:04 slimani-Latitude-E5570 systemd[1]: Starting docker.service - Docker Application Container Engine...
Mar 30 20:39:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:05.197154908+01:00" level=info msg="Starting up"
Mar 30 20:39:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:05.204152051+01:00" level=info msg="OTEL tracing is not configured, using no-op tracer provider"
Mar 30 20:39:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:05.205398933+01:00" level=info msg="detected 127.0.0.53 nameserver, assuming systemd-resolved, so using resolv.conf: /run/systemd/resolve/resolv.conf"
Mar 30 20:39:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:05.411669186+01:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Mar 30 20:39:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:05.449682423+01:00" level=info msg="Loading containers: start."
Mar 30 20:39:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:05.913499071+01:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Mar 30 20:39:06 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:06.089485213+01:00" level=info msg="No non-localhost DNS nameservers are left in resolv.conf. Using default external servers"
Mar 30 20:39:06 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:06.511088856+01:00" level=info msg="Loading containers: done."
Mar 30 20:39:06 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:06.559320016+01:00" level=info msg="Docker daemon" commit="27.5.1-0ubuntu3~24.04.2" containerd-snapshotter=false storage-driver=overlay2 version=27.5.1
Mar 30 20:39:06 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:06.561310394+01:00" level=info msg="Daemon has completed initialization"
Mar 30 20:39:06 slimani-Latitude-E5570 dockerd[3743]: time="2026-03-30T20:39:06.597789551+01:00" level=info msg="API listen on /run/docker.sock"
Mar 30 20:39:06 slimani-Latitude-E5570 systemd[1]: Started docker.service - Docker Application Container Engine.
Apr 05 18:40:02 slimani-Latitude-E5570 systemd[1]: Stopping docker.service - Docker Application Container Engine...
Apr 05 18:40:02 slimani-Latitude-E5570 dockerd[3743]: time="2026-04-05T18:40:02.962792811+01:00" level=info msg="Processing signal 'terminated'"
Apr 05 18:40:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-04-05T18:40:05.212632423+01:00" level=info msg="ignoring event" container=795b0b64ad7c7b7f7c4a498c5769494879470b729859ec0333d3a1233634df08 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 05 18:40:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-04-05T18:40:05.299995589+01:00" level=warning msg="ShouldRestart failed, container will not be restarted" container=795b0b64ad7c7b7f7c4a498c5769494879470b729859ec0333d3a1233634df08 daemonShuttingDown=true error="restart canceled" execDuration=142h0m59.099936441s exitStatus="{0 2026-04-05 17:40:05.141473665 +0000 UTC}" hasBeenManuallyStopped=false restartCount=0
Apr 05 18:40:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-04-05T18:40:05.801088277+01:00" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
Apr 05 18:40:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-04-05T18:40:05.808812165+01:00" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby
Apr 05 18:40:05 slimani-Latitude-E5570 dockerd[3743]: time="2026-04-05T18:40:05.809115091+01:00" level=info msg="Daemon shutdown complete"
Apr 05 18:40:05 slimani-Latitude-E5570 systemd[1]: docker.service: Deactivated successfully.
Apr 05 18:40:05 slimani-Latitude-E5570 systemd[1]: Stopped docker.service - Docker Application Container Engine.
Apr 05 18:40:05 slimani-Latitude-E5570 systemd[1]: docker.service: Consumed 49.378s CPU time, 108.3M memory peak, 11.8M memory swap peak.
Apr 05 18:40:31 slimani-Latitude-E5570 systemd[1]: Starting docker.service - Docker Application Container Engine...
Apr 05 18:40:31 slimani-Latitude-E5570 dockerd[108948]: time="2026-04-05T18:40:31.563370400+01:00" level=info msg="Starting up"
Apr 05 18:40:31 slimani-Latitude-E5570 dockerd[108948]: time="2026-04-05T18:40:31.564135002+01:00" level=info msg="Daemon shutdown complete" error="failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd"
Apr 05 18:40:31 slimani-Latitude-E5570 dockerd[108948]: failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd
Apr 05 18:40:31 slimani-Latitude-E5570 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Apr 05 18:40:31 slimani-Latitude-E5570 systemd[1]: docker.service: Failed with result 'exit-code'.
Apr 05 18:40:31 slimani-Latitude-E5570 systemd[1]: Failed to start docker.service - Docker Application Container Engine.
Apr 05 18:40:33 slimani-Latitude-E5570 systemd[1]: docker.service: Scheduled restart job, restart counter is at 1.
Apr 05 18:40:33 slimani-Latitude-E5570 systemd[1]: Starting docker.service - Docker Application Container Engine...
Apr 05 18:40:33 slimani-Latitude-E5570 dockerd[108986]: time="2026-04-05T18:40:33.839840347+01:00" level=info msg="Starting up"
Apr 05 18:40:33 slimani-Latitude-E5570 dockerd[108986]: time="2026-04-05T18:40:33.841408862+01:00" level=info msg="Daemon shutdown complete" error="failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd"
Apr 05 18:40:33 slimani-Latitude-E5570 dockerd[108986]: failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd
Apr 05 18:40:33 slimani-Latitude-E5570 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Apr 05 18:40:33 slimani-Latitude-E5570 systemd[1]: docker.service: Failed with result 'exit-code'.
Apr 05 18:40:33 slimani-Latitude-E5570 systemd[1]: Failed to start docker.service - Docker Application Container Engine.
Apr 05 18:40:35 slimani-Latitude-E5570 systemd[1]: docker.service: Scheduled restart job, restart counter is at 2.
Apr 05 18:40:35 slimani-Latitude-E5570 systemd[1]: Starting docker.service - Docker Application Container Engine...
Apr 05 18:40:36 slimani-Latitude-E5570 dockerd[108996]: time="2026-04-05T18:40:36.095379238+01:00" level=info msg="Starting up"
Apr 05 18:40:36 slimani-Latitude-E5570 dockerd[108996]: time="2026-04-05T18:40:36.096600762+01:00" level=info msg="Daemon shutdown complete" error="failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd"
Apr 05 18:40:36 slimani-Latitude-E5570 dockerd[108996]: failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd
Apr 05 18:40:36 slimani-Latitude-E5570 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Apr 05 18:40:36 slimani-Latitude-E5570 systemd[1]: docker.service: Failed with result 'exit-code'.
Apr 05 18:40:36 slimani-Latitude-E5570 systemd[1]: Failed to start docker.service - Docker Application Container Engine.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Start request repeated too quickly.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.service: Failed with result 'exit-code'.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: Failed to start docker.service - Docker Application Container Engine.
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.347733005+01:00" level=info msg="loading plugin" id=io.containerd.differ.v1.walking type=io.containerd.differ.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.347782652+01:00" level=info msg="loading plugin" id=io.containerd.lease.v1.manager type=io.containerd.lease.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.347831891+01:00" level=info msg="loading plugin" id=io.containerd.mount-manager.v1.bolt type=io.containerd.mount-manager.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348319371+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.containers-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348395880+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.content-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348458567+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.diff-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348574801+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.images-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348648176+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.introspection-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348700220+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.namespaces-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348764299+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.snapshots-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348828242+01:00" level=info msg="loading plugin" id=io.containerd.shim.v1.manager type=io.containerd.shim.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.348891397+01:00" level=info msg="loading plugin" id=io.containerd.runtime.v2.task type=io.containerd.runtime.v2
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349545948+01:00" level=info msg="loading plugin" id=io.containerd.service.v1.tasks-service type=io.containerd.service.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349631890+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.containers type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349697307+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.content type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349786658+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.diff type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349848581+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.events type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349904528+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.images type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.349963240+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.introspection type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350029575+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.leases type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350086960+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.mounts type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350144289+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.namespaces type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350243820+01:00" level=info msg="loading plugin" id=io.containerd.sandbox.store.v1.local type=io.containerd.sandbox.store.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350312671+01:00" level=info msg="loading plugin" id=io.containerd.transfer.v1.local type=io.containerd.transfer.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350420254+01:00" level=info msg="loading plugin" id=io.containerd.cri.v1.images type=io.containerd.cri.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350575783+01:00" level=info msg="Get image filesystem path \"/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs\" for snapshotter \"overlayfs\""
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350659997+01:00" level=info msg="Start snapshots syncer"
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.350783173+01:00" level=info msg="loading plugin" id=io.containerd.cri.v1.runtime type=io.containerd.cri.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.351644159+01:00" level=info msg="starting cri plugin" config="{\"containerd\":{\"defaultRuntimeName\":\"runc\",\"runtimes\":{\"runc\":{\"runtimeType\":\"io.containerd.runc.v2\",\"runtimePath\":\"\",\"PodAnnotations\":null,\"ContainerAnnotations\":null,\"options\":{\"BinaryName\":\"\",\"CriuImagePath\":\"\",\"CriuWorkPath\":\"\",\"IoGid\":0,\"IoUid\":0,\"NoNewKeyring\":false,\"Root\":\"\",\"ShimCgroup\":\"\",\"SystemdCgroup\":false},\"privileged_without_host_devices\":false,\"privileged_without_host_devices_all_devices_allowed\":false,\"cgroupWritable\":false,\"baseRuntimeSpec\":\"\",\"cniConfDir\":\"\",\"cniMaxConfNum\":0,\"snapshotter\":\"\",\"sandboxer\":\"podsandbox\",\"io_type\":\"\"}},\"ignoreBlockIONotEnabledErrors\":false,\"ignoreRdtNotEnabledErrors\":false},\"cni\":{\"binDir\":\"\",\"binDirs\":[\"/opt/cni/bin\"],\"confDir\":\"/etc/cni/net.d\",\"maxConfNum\":1,\"setupSerially\":false,\"confTemplate\":\"\",\"ipPref\":\"\",\"useInternalLoopback\":false},\"enableSelinux\":false,\"selinuxCategoryRange\":1024,\"maxContainerLogLineSize\":16384,\"disableApparmor\":false,\"restrictOOMScoreAdj\":false,\"disableProcMount\":false,\"unsetSeccompProfile\":\"\",\"tolerateMissingHugetlbController\":true,\"disableHugetlbController\":true,\"device_ownership_from_security_context\":false,\"ignoreImageDefinedVolumes\":false,\"netnsMountsUnderStateDir\":false,\"enableUnprivilegedPorts\":true,\"enableUnprivilegedICMP\":true,\"enableCDI\":true,\"cdiSpecDirs\":[\"/etc/cdi\",\"/var/run/cdi\"],\"drainExecSyncIOTimeout\":\"0s\",\"ignoreDeprecationWarnings\":null,\"containerdRootDir\":\"/var/lib/containerd\",\"containerdEndpoint\":\"/run/containerd/containerd.sock\",\"rootDir\":\"/var/lib/containerd/io.containerd.grpc.v1.cri\",\"stateDir\":\"/run/containerd/io.containerd.grpc.v1.cri\"}"
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.351836209+01:00" level=info msg="loading plugin" id=io.containerd.podsandbox.controller.v1.podsandbox type=io.containerd.podsandbox.controller.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.351993155+01:00" level=info msg="loading plugin" id=io.containerd.sandbox.controller.v1.shim type=io.containerd.sandbox.controller.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352483105+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.sandbox-controllers type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352575578+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.sandboxes type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352629468+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.snapshots type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352687669+01:00" level=info msg="loading plugin" id=io.containerd.streaming.v1.manager type=io.containerd.streaming.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352738961+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.streaming type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352782439+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.tasks type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352855655+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.transfer type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352927623+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.version type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.352989747+01:00" level=info msg="loading plugin" id=io.containerd.monitor.container.v1.restart type=io.containerd.monitor.container.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353198337+01:00" level=info msg="loading plugin" id=io.containerd.tracing.processor.v1.otlp type=io.containerd.tracing.processor.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353277736+01:00" level=info msg="skip loading plugin" error="skip plugin: tracing endpoint not configured" id=io.containerd.tracing.processor.v1.otlp type=io.containerd.tracing.processor.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353328174+01:00" level=info msg="loading plugin" id=io.containerd.internal.v1.tracing type=io.containerd.internal.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353379985+01:00" level=info msg="skip loading plugin" error="skip plugin: tracing endpoint not configured" id=io.containerd.internal.v1.tracing type=io.containerd.internal.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353443486+01:00" level=info msg="loading plugin" id=io.containerd.ttrpc.v1.otelttrpc type=io.containerd.ttrpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.353507047+01:00" level=info msg="loading plugin" id=io.containerd.grpc.v1.healthcheck type=io.containerd.grpc.v1
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.354121533+01:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.354385376+01:00" level=info msg=serving... address=/run/containerd/containerd.sock
Apr 05 18:40:27 slimani-Latitude-E5570 containerd[108566]: time="2026-04-05T18:40:27.357142618+01:00" level=info msg="containerd successfully booted in 0.066297s"
Apr 05 18:40:27 slimani-Latitude-E5570 systemd[1]: Started containerd.service - containerd container runtime.
bash: ●: command not found
bash: syntax error near unexpected token `('
bash: syntax error near unexpected token `('
bash: Docs:: command not found
bash: syntax error near unexpected token `('
bash: Tasks:: command not found
bash: syntax error near unexpected token `('
bash: CPU:: command not found
bash: CGroup:: command not found
bash: └─108566: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Mar: command not found
bash: Mar: command not found
bash: Mar: command not found
bash: Mar: command not found
bash: Mar: command not found
bash: Mar: command not found
bash: Mar: command not found
bash: Mar: command not found
bash: Mar: command not found
bash: Mar: command not found
bash: Mar: command not found
bash: Mar: command not found
bash: Mar: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: Apr: command not found
bash: slimani@slimani-Latitude-E5570:~$: command not found
slimani@slimani-Latitude-E5570:~$ sudo systemctl status docker.socket --no-pager -l
sudo systemctl cat docker.service
sudo systemctl cat docker.socket
ls -l /lib/systemd/system/docker.service /lib/systemd/system/docker.socket /usr/lib/systemd/system/docker.service /usr/lib/systemd/system/docker.socket 2>/dev/null
× docker.socket - Docker Socket for the API
Loaded: loaded (/usr/lib/systemd/system/docker.socket; enabled; preset: enabled)
Active: failed (Result: service-start-limit-hit) since Sun 2026-04-05 18:40:38 CET; 27min ago
Duration: 5d 22h 1min 50.248s
Triggers: ● docker.service
Listen: /run/docker.sock (Stream)
CPU: 1ms
Mar 30 20:38:47 slimani-Latitude-E5570 systemd[1]: Starting docker.socket - Docker Socket for the API...
Mar 30 20:38:47 slimani-Latitude-E5570 systemd[1]: Listening on docker.socket - Docker Socket for the API.
Apr 05 18:40:07 slimani-Latitude-E5570 systemd[1]: docker.socket: Socket unit configuration has changed while unit has been running, no open socket file descriptor left. The socket unit is not functional until restarted.
Apr 05 18:40:09 slimani-Latitude-E5570 systemd[1]: docker.socket: Socket unit configuration has changed while unit has been running, no open socket file descriptor left. The socket unit is not functional until restarted.
Apr 05 18:40:12 slimani-Latitude-E5570 systemd[1]: docker.socket: Socket unit configuration has changed while unit has been running, no open socket file descriptor left. The socket unit is not functional until restarted.
Apr 05 18:40:26 slimani-Latitude-E5570 systemd[1]: docker.socket: Socket unit configuration has changed while unit has been running, no open socket file descriptor left. The socket unit is not functional until restarted.
Apr 05 18:40:29 slimani-Latitude-E5570 systemd[1]: docker.socket: Socket unit configuration has changed while unit has been running, no open socket file descriptor left. The socket unit is not functional until restarted.
Apr 05 18:40:31 slimani-Latitude-E5570 systemd[1]: docker.socket: Socket unit configuration has changed while unit has been running, no open socket file descriptor left. The socket unit is not functional until restarted.
Apr 05 18:40:38 slimani-Latitude-E5570 systemd[1]: docker.socket: Failed with result 'service-start-limit-hit'.
# /usr/lib/systemd/system/docker.service
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network-online.target nss-lookup.target docker.socket firewalld.service containerd.ser>
Wants=network-online.target containerd.service
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
# the default is not to use systemd for cgroups because the delegate issues still
# exists and systemd currently does not support the cgroup feature set required
# for containers run by docker
ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
ExecReload=/bin/kill -s HUP $MAINPID
TimeoutStartSec=0
RestartSec=2
Restart=always
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNPROC=infinity
LimitCORE=infinity
# Comment TasksMax if your systemd version does not support it.
# Only systemd 226 and above support this option.
TasksMax=infinity
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
OOMScoreAdjust=-500
[Install]
WantedBy=multi-user.target
# /usr/lib/systemd/system/docker.socket
[Unit]
Description=Docker Socket for the API
[Socket]
# If /var/run is not implemented as a symlink to /run, you may need to
# specify ListenStream=/var/run/docker.sock instead.
ListenStream=/run/docker.sock
SocketMode=0660
SocketUser=root
SocketGroup=docker
[Install]
WantedBy=sockets.target
-rw-r--r-- 1 root root 1268 Mar 25 17:12 /lib/systemd/system/docker.service
-rw-r--r-- 1 root root 295 Mar 25 17:12 /lib/systemd/system/docker.socket
-rw-r--r-- 1 root root 1268 Mar 25 17:12 /usr/lib/systemd/system/docker.service
-rw-r--r-- 1 root root 295 Mar 25 17:12 /usr/lib/systemd/system/docker.socket
slimani@slimani-Latitude-E5570:~$ sudo systemctl stop docker.service docker.socket
sudo systemctl reset-failed docker.service docker.socket
sudo systemctl daemon-reload
sudo systemctl start docker.socket
sudo systemctl start docker.service
sudo systemctl status docker.socket docker.service --no-pager -l
● docker.socket - Docker Socket for the API
Loaded: loaded (/usr/lib/systemd/system/docker.socket; enabled; preset: enabled)
Active: active (running) since Sun 2026-04-05 19:08:59 CET; 1s ago
Triggers: ● docker.service
Listen: /run/docker.sock (Stream)
Tasks: 0 (limit: 9035)
Memory: 0B (peak: 256.0K)
CPU: 1ms
CGroup: /system.slice/docker.socket
Apr 05 19:08:59 slimani-Latitude-E5570 systemd[1]: Starting docker.socket - Docker Socket for the API...
Apr 05 19:08:59 slimani-Latitude-E5570 systemd[1]: Listening on docker.socket - Docker Socket for the API.
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-04-05 19:09:01 CET; 63ms ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Main PID: 110196 (dockerd)
Tasks: 28
Memory: 33.1M (peak: 33.4M)
CPU: 1.414s
CGroup: /system.slice/docker.service
├─110196 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
├─110624 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 5678 -container-ip 172.18.0.2 -container-port 5678 -use-listen-fd
└─110631 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 5678 -container-ip 172.18.0.2 -container-port 5678 -use-listen-fd
Apr 05 19:09:00 slimani-Latitude-E5570 dockerd[110196]: time="2026-04-05T19:09:00.242670861+01:00" level=info msg="Deleting nftables IPv4 rules" error="exit status 1" output="Error: Could not process rule: No such file or directory\ndelete table ip docker-bridges"
Apr 05 19:09:00 slimani-Latitude-E5570 dockerd[110196]: time="2026-04-05T19:09:00.262909361+01:00" level=info msg="Deleting nftables IPv6 rules" error="exit status 1" output="Error: Could not process rule: No such file or directory\ndelete table ip6 docker-bridges"
Apr 05 19:09:01 slimani-Latitude-E5570 dockerd[110196]: time="2026-04-05T19:09:01.720850327+01:00" level=info msg="sbJoin: gwep4 ''->'6bb7aa6c1d24', gwep6 ''->''" eid=6bb7aa6c1d24 ep=n8n-n8n-1 net=n8n_default nid=a82fdcea7ba1
Apr 05 19:09:01 slimani-Latitude-E5570 dockerd[110196]: time="2026-04-05T19:09:01.789672380+01:00" level=info msg="Loading containers: done."
Apr 05 19:09:01 slimani-Latitude-E5570 dockerd[110196]: time="2026-04-05T19:09:01.839130863+01:00" level=info msg="Docker daemon" commit=f78c987 containerd-snapshotter=false storage-driver=overlay2 version=29.3.1
Apr 05 19:09:01 slimani-Latitude-E5570 dockerd[110196]: time="2026-04-05T19:09:01.839417953+01:00" level=info msg="Initializing buildkit"
Apr 05 19:09:01 slimani-Latitude-E5570 dockerd[110196]: time="2026-04-05T19:09:01.855853808+01:00" level=info msg="Completed buildkit initialization"
Apr 05 19:09:01 slimani-Latitude-E5570 dockerd[110196]: time="2026-04-05T19:09:01.876437311+01:00" level=info msg="Daemon has completed initialization"
Apr 05 19:09:01 slimani-Latitude-E5570 dockerd[110196]: time="2026-04-05T19:09:01.876497579+01:00" level=info msg="API listen on /run/docker.sock"
Apr 05 19:09:01 slimani-Latitude-E5570 systemd[1]: Started docker.service - Docker Application Container Engine.
slimani@slimani-Latitude-E5570:~$ docker ps
sudo docker run hello-world
docker compose version
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
795b0b64ad7c n8nio/n8n "tini -- /docker-ent…" 2 months ago Up 34 seconds 0.0.0.0:5678->5678/tcp, [::]:5678->5678/tcp n8n-n8n-1
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
4f55086f7dd0: Pull complete
Digest: sha256:452a468a4bf985040037cb6d5392410206e47db9bf5b7278d281f94d1c2d0931
Status: Downloaded newer image for hello-world:latest
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
1. The Docker client contacted the Docker daemon.
2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
(amd64)
3. The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID:
https://hub.docker.com/
For more examples and ideas, visit:
https://docs.docker.com/get-started/
Docker Compose version v2.27.1
slimani@slimani-Latitude-E5570:~$