Docker port 2376 address already in use
Recently, my machine was power down unexpectedly. and now when I tried to start my docker, I get the following error in my log
time="2026-08-10T20:11:51.870998038+08:00" level=info msg="Starting up" time="2026-08-10T20:11:51.871195871+08:00" level=warning msg="Running in rootless mode. This mode has feature limitations."
time="2026-08-10T20:11:51.871201733+08:00" level=info msg="Running with RootlessKit integration"
time="2026-08-10T20:11:51.871339754+08:00" level=info msg="Daemon shutdown complete" error="failed to load listeners: listen tcp 0.0.0.0:2376>
failed to load listeners: listen tcp 0.0.0.0:2376: bind: address already in use
[rootlesskit:child ] error: command [/usr/bin/dockerd-rootless.sh] exited: exit status 1
[rootlesskit:parent] error: child exited: exit status 1
There are no other process that is currently using 2376 other than my docker. And there are no other docker daemon running when I tried to start my docker daemon.
Does anyone know how I can get rid of this lingering state?