Error: container is not runningError: container is not running
An operation that requires a running container was attempted on a stopped container.
Error: dial tcp: lookup registry-1.docker.io: no such hostDocker cannot reach the container registry to pull or push images.
The registry hostname cannot be resolved or the connection is blocked. This happens when there is no internet connectivity, DNS is misconfigured, a proxy is blocking the connection, or the registry is down.
Check internet connectivity: ping registry-1.docker.io. Verify DNS resolution. Configure proxy settings in Docker daemon if behind a corporate proxy. Try an alternative registry mirror.
Error: container is not runningAn operation that requires a running container was attempted on a stopped container.
Exit Code 2The container process exited due to a misuse of a shell command.
Error: secret not foundA Docker secret referenced by a service does not exist.
Error: no configuration file providedDocker Compose cannot find a docker-compose.yml or compose.yaml file.
Warning: Found orphan containersDocker Compose found containers from a previous configuration that are no longer defined.
Error: build context too largeThe Docker build context directory contains too many files or is too large.