Error: manifest not foundError: manifest not found
The image manifest could not be found in the registry.
Error: no space left on deviceThe Docker host has run out of disk space.
The disk partition used by Docker (/var/lib/docker on Linux) is full. Old images, containers, volumes, and build cache accumulate over time and consume significant space.
Clean up Docker resources: docker system prune -a --volumes. Remove unused images: docker image prune -a. Check disk usage: docker system df. Move Docker's data directory to a larger partition if needed.
docker system prune -a --volumesError: manifest not foundThe image manifest could not be found in the registry.
Exit Code 2The container process exited due to a misuse of a shell command.
Error: container is already runningYou tried to start a container that is already running.
Exit Code 143The container was terminated gracefully with SIGTERM (signal 15).
Exit Code 128The container process received an invalid exit signal.
Cannot connect to the Docker daemonThe Docker client cannot communicate with the Docker daemon process.