Docker Running but errors out

5.10.41-desktop-1.mga8
Hi. Is anyone using Docker at the moment? Docker appears to be running as per below. But running it from the command line errors out - see below.
++++++++++++++++++++++++++++++++
Any ideas how to address this?
Hi. Is anyone using Docker at the moment? Docker appears to be running as per below. But running it from the command line errors out - see below.
++++++++++++++++++++++++++++++++
- Code: Select all
systemctl status docker
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2023-01-27 11:15:18 ACDT; 2 days ago
Docs: http://docs.docker.com
Process: 4917 ExecStartPre=/usr/sbin/docker-network-cleanup (code=exited, status=0/SUCCESS)
Main PID: 4922 (dockerd)
Tasks: 70 (limit: 14318)
Memory: 137.8M
CPU: 3min 7.270s
CGroup: /system.slice/docker.service
├─4922 /usr/sbin/dockerd -g /var/cache/docker -H unix:///var/run/docker.sock -H tcp://127.0.0.1:2375
├─5140 containerd --config /var/run/docker/containerd/containerd.toml --log-level info
├─8053 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 9000 -container-ip 172.17.0.2 -container-port 9000
├─8060 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 9000 -container-ip 172.17.0.2 -container-port 9000
├─8082 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8000 -container-ip 172.17.0.2 -container-port 8000
├─8089 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 8000 -container-ip 172.17.0.2 -container-port 8000
└─8136 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 2efcf9d4ad12d586755ec2e4ad5c6319223f07cf5d6b4c58369db91122606411 -address /var/run/docker/c>
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.196135791+10:30" level=info msg="Removing stale sandbox e96b3a7485a939499013a376d04a5e9c3f8136e0fc4f>
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.223256760+10:30" level=warning msg="Error (Unable to complete atomic operation, key modified) deleti>
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.285900080+10:30" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/>
Jan 27 11:15:18 Mageia dockerd[5140]: time="2023-01-27T11:15:18.464135036+10:30" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/da>
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.746644216+10:30" level=info msg="Loading containers: done."
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.759293968+10:30" level=info msg="Docker daemon" commit=library-import graphdriver(s)=btrfs version=l>
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.759394580+10:30" level=info msg="Daemon has completed initialization"
Jan 27 11:15:18 Mageia systemd[1]: Started Docker Application Container Engine.
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.830986180+10:30" level=info msg="API listen on /var/run/docker.sock"
Jan 27 11:15:18 Mageia dockerd[4922]: time="2023-01-27T11:15:18.838446223+10:30" level=info msg="API listen on 127.0.0.1:2375"
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
$ docker
fatal error: unexpected signal during runtime execution
[signal SIGFPE: floating-point exception code=0x1 addr=0x7f73e1a5e625 pc=0x7f73e1a5e625]
runtime stack:
runtime.throw({0x1793f67?, 0x7f73e1919ab4?})
/usr/lib/golang/src/runtime/panic.go:992 +0x71
runtime.sigpanic()
/usr/lib/golang/src/runtime/signal_unix.go:802 +0x389
goroutine 1 [syscall, locked to thread]:
runtime.cgocall(0x169c7f0, 0xc00025efa0)
/usr/lib/golang/src/runtime/cgocall.go:157 +0x5c fp=0xc00025ef78 sp=0xc00025ef40 pc=0x40583c
os/user._Cfunc_mygetpwuid_r(0x3e9, 0xc00042b590, 0x4ae7c00, 0x400, 0xc000112340)
_cgo_gotypes.go:175 +0x50 fp=0xc00025efa0 sp=0xc00025ef78 pc=0x540970
os/user.lookupUnixUid.func1.1(0x3e9, 0x2baddc0?, 0xc00025f038?, 0x40f587?)
/usr/lib/golang/src/os/user/cgo_lookup_unix.go:102 +0xa6 fp=0xc00025f000 sp=0xc00025efa0 pc=0x541126
os/user.lookupUnixUid.func1()
/usr/lib/golang/src/os/user/cgo_lookup_unix.go:102 +0x29 fp=0xc00025f030 sp=0xc00025f000 pc=0x541069
os/user.retryWithBuffer(0xc000450750, 0xc00025f110)
/usr/lib/golang/src/os/user/cgo_lookup_unix.go:244 +0x39 fp=0xc00025f078 sp=0xc00025f030 pc=0x541d19
Any ideas how to address this?