Error: container is not runningError: container is not running
An operation that requires a running container was attempted on a stopped container.
Error: image prune already in progressA Docker image prune operation is already running.
Another docker image prune or docker system prune command is currently executing. Docker prevents concurrent prune operations to avoid conflicts.
Wait for the existing prune operation to complete. Check for running Docker commands. If stuck, restart the Docker daemon. Avoid running multiple prune commands simultaneously.
Error: container is not runningAn operation that requires a running container was attempted on a stopped container.
Exit Code 126The container's command was found but could not be executed.
Warning: Found orphan containersDocker Compose found containers from a previous configuration that are no longer defined.
Error: container has too many PIDsThe container exceeded its process ID limit.
Exit Code 128The container process received an invalid exit signal.
Exit Code 1The container process exited with a general error.