Warning: build-arg not used in buildWarning: build-arg not used in build
A --build-arg was passed to docker build but no matching ARG instruction was found in the Dockerfile.
Exit Code 125The Docker daemon itself encountered an error before the container process could start.
The Docker run command failed at the daemon level, not inside the container. Common causes include invalid container configuration, incompatible options, or resource allocation failures.
Check the docker run command for invalid options. Verify resource limits are valid. Review Docker daemon logs: journalctl -u docker. Ensure the image is compatible with your Docker version.
Warning: build-arg not used in buildA --build-arg was passed to docker build but no matching ARG instruction was found in the Dockerfile.
Error: layer not foundA layer referenced by an image could not be found in the local cache or registry.
Error: Conflict. The container name is already in useA container with the specified name already exists (running or stopped).
Error: volume is in useThe Docker volume cannot be removed because it is still mounted by a container.
OOMKilled: trueThe Linux kernel's OOM killer terminated the container because it exceeded its memory limit.
Error: no such serviceThe specified service name does not exist in the Docker Compose file.