Cannot connect to the Docker daemonCannot connect to the Docker daemon
The Docker client cannot communicate with the Docker daemon process.
Error: pull access deniedDocker cannot pull the image because of authentication or authorization issues.
The image is in a private registry and you are not authenticated, or the image name is misspelled (Docker Hub returns access denied for non-existent private images). Your token may lack the required scope.
Log in to the registry: docker login. Check the image name is correct and the repository exists. Verify your account has pull access to the repository. For GitHub Container Registry: docker login ghcr.io.
docker loginCannot connect to the Docker daemonThe Docker client cannot communicate with the Docker daemon process.
Warning: build-arg not used in buildA --build-arg was passed to docker build but no matching ARG instruction was found in the Dockerfile.
OOMKilled: trueThe Linux kernel's OOM killer terminated the container because it exceeded its memory limit.
Exit Code 126The container's command was found but could not be executed.
Exit Code 137The container was killed with SIGKILL (signal 9), commonly due to out-of-memory (OOM) conditions.
Error: Conflict. The container name is already in useA container with the specified name already exists (running or stopped).