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.
Error: No such volumeThe specified Docker volume does not exist.
The volume name referenced does not exist. It may not have been created, was removed, or the name is misspelled.
Create the volume: docker volume create my-volume. List volumes: docker volume ls. Check the volume name for typos. In docker-compose, define the volume in the volumes section.
docker volume create my-volumeWarning: build-arg not used in buildA --build-arg was passed to docker build but no matching ARG instruction was found in the Dockerfile.
Error: dial tcp: lookup registry-1.docker.io: no such hostDocker cannot reach the container registry to pull or push images.
Error: pull access deniedDocker cannot pull the image because of authentication or authorization issues.
Exit Code 127The container's command was not found.
Exit Code 1The container process exited with a general error.
Error: volume is in useThe Docker volume cannot be removed because it is still mounted by a container.