Error: toomanyrequests: Rate limit exceededError: toomanyrequests: Rate limit exceeded
Docker Hub's pull rate limit has been exceeded.
Warning: build-arg not used in buildA --build-arg was passed to docker build but no matching ARG instruction was found in the Dockerfile.
The build argument name does not match any ARG instruction in the Dockerfile. The argument name may be misspelled, or the ARG may be in a different build stage.
Add a matching ARG instruction in the Dockerfile: ARG MY_ARG. Check for typos in the argument name. Note that ARG is scoped to the build stage; add it to the correct stage in multi-stage builds.
Error: toomanyrequests: Rate limit exceededDocker Hub's pull rate limit has been exceeded.
Error: pull access deniedDocker cannot pull the image because of authentication or authorization issues.
Exit Code 139The container crashed with a segmentation fault (SIGSEGV, signal 11).
Exit Code 143The container was terminated gracefully with SIGTERM (signal 15).
Error: container has too many PIDsThe container exceeded its process ID limit.
exec format errorThe container tried to execute a binary that is incompatible with its platform architecture.