If you used the command I shared, you should have seen 20 stopped containers.
Back to my original suggestion:
Share and learn in the Docker community.
If you used the command I shared, you should have seen 20 stopped containers.
Back to my original suggestion:
i was able to run my docker-compose all of a sudden… but its going very slowly
Sadly i cannot post anymore… my replies for a new user for the first day ran out
Oh, I see.
Did you remove or rename /var/lib/docker
before executing the command? If you did, it makes sense that it doesn’t show anything. If you did not, then I would expect to see 20 containers, unless some metadata indeed is corrupted and prevents it (the logs should indicate if this is the case).
Don’t worry, just respond tomorrow.
All seems to be working again. As i wrote in my last post, i was able to run my docker-compose again…after about 1,5 hours i got all my 10 containers running again… up till now there are now issues…
nevertheless i have absolutly no idea what caused all this mayham and how i fixed it in the end.
i did not remove or rename anything.
just for comparison, the following is my sudo docker info
now. I did no do anything besides running my docker-compose:
Client: Docker Engine - Community
Version: 24.0.7
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.11.2
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.21.0
Path: /usr/libexec/docker/cli-plugins/docker-compose
Server:
Containers: 10
Running: 10
Paused: 0
Stopped: 0
Images: 10
Server Version: 24.0.7
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Using metacopy: false
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 runc
Default Runtime: runc
Init Binary: docker-init
containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f
runc version: v1.1.10-0-g18a0cb0
init version: de40ad0
Security Options:
apparmor
seccomp
Profile: builtin
cgroupns
Kernel Version: 6.2.0-37-generic
Operating System: Ubuntu 22.04.3 LTS
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 15.5GiB
Name: ubuntu-linux
ID: 80acb318-5aea-4b46-a5bc-eb140e544dea
Docker Root Dir: /var/lib/docker
Debug Mode: false
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
i any case i want to thank you for your effort in helping me.