I ran a virtual machine Singing for human-computer interaction (I think using openstack). In it, docker is running 2 containers. Containers are run using docker-compose. I shut down the machine and exported it as an OVA archive. I converted the OVA archive to OVF (vmdk) and imported it VMware Virtual Center. Now that I backed up the machine again, when I execute these commands, the output shows nothing:
docker ps -a
docker ps -a -q
docker image ls
docker images
I don’t know what happened. The container’s files are still /var/lib/docker/container and the image file is still /var/lib/docker/image But these commands show nothing. Cover 2 And nothing has changed.
I tried backing up the entire /var/lib/docker folder and let docker rebuild it and then copied my archive from the backup folder into it again, but the command still shows no output. I did the same thing /var/lib/docker/image and /var/lib/docker/container Still no results.
I also changed the ownership of all files /var/lib/docker To users: docker and change their permissions to Chapter 755. Still not working.
I checked the status docker.service service, it shows 2 errors in the logs.
These are the errors:
December 22 14:16:30 snipe-it dockerd[9638]: time=”2024-12-22T14:16:30.541799894+03:30″ level=error msg=”Unable to load container mount “container=076e5c1c57a579ed81ea40abbc6f94dfb0 mount does not exist”
December 22 14:16:30 snipe-it dockerd[9638]: time=”2024-12-22T14:16:30.541894861+03:30″ level=error msg=”Unable to load container mount”container=3b5c5b19c60d36dbc281ad3933d7a1488f=”Mount does not exist”
I would be very grateful for your help with this.