Creating a bug report/issue
Required Information
- DietPi version |
cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=8
G_DIETPI_VERSION_SUB=13
G_DIETPI_VERSION_RC=2
G_GITBRANCH=‘master’
G_GITOWNER=‘MichaIng’
G_LIVE_PATCH_STATUS[0]=‘applied’
G_LIVE_PATCH_STATUS[1]=‘not applicable’
- Distro version |
echo $G_DISTRO_NAME $G_RASPBIAN
Bullseye
- Kernel version |
uname -a
Linux DietPi-LocalServices 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux
- SBC model |
echo $G_HW_MODEL_NAME
or (EG: RPi3)
Virtual Machine
Additional Information (if applicable)
- Software title | Docker/Docker Compose
- Was the software title installed freshly or updated/migrated? Updated/Migrated
- Can this issue be replicated on a fresh installation of DietPi? N/A
← If you sent a “dietpi-bugreport”, please paste the ID here → - Bug report ID |
echo $G_HW_UUID
Steps to reproduce
- DietPi-Update to latest version
- Run docker container ls
Following error message appears
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Expected behaviour
- It should be listing all my containers and docker should be running
Actual behaviour
- Docker fails to start
Extra details
- root@DietPi-LocalServices:~# systemctl status docker -l
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; disabled; vendor preset: enabled)
Drop-In: /usr/lib/systemd/system/docker.service.d
└─dietpi-simple.conf
Active: failed (Result: exit-code) since Sun 2023-02-12 14:20:31 GMT; 1min 53s ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Process: 11707 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 11707 (code=exited, status=1/FAILURE)
CPU: 87ms
Tried updating Docker using the following command;
apt update
apt install docker-ce containerd.io docker-ce-cli
And also tried to run: dietpi-software reinstall 134
Neither helped and docker does not work correctly.
Thanks for any and all help!