How can I solve docker container missing problem?

Hi! Im using docker in Ubuntu 22.04. And creating haproxy and rabbitmq cluster in docker.

My problem is that docker container directory is missing although docker process exists!

Now, it looks like rabbitmq cluster works. But I can’t connect Rabbitmq Mgmt web through port 15672.

The version of docker is like below.

docker version
Client: Docker Engine - Community
Version: 24.0.7
API version: 1.41 (downgraded from 1.43)
Go version: go1.20.10
Git commit: afdd53b
Built: Thu Oct 26 09:07:41 2023
OS/Arch: linux/amd64
Context: default

Server:
Engine:
Version: 20.10.24
API version: 1.41 (minimum version 1.12)
Go version: go1.20.7
Git commit: 5d6db84
Built: Wed Aug 23 20:55:00 2023
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: v1.6.20
GitCommit: 2806fc1057397dbaeefbea0e4e17bddfbd388f38
runc:
Version: 1.1.5
GitCommit:
docker-init:
Version: 0.19.0
GitCommit: de40ad0

Please format the output of docker version properly and share text content as text in code blocks, and not as image.

docker info would be more relevant than docker version as it tells us about things like the used storage driver, its backing filesystem, the os, and the location of the docker root dir.

You might want to docker inspect {container name or id} to see the actually folder it uses.