Error: pull access denied for base imageError: pull access denied for base image
The base image specified in the FROM instruction could not be found or accessed.
Error: error getting credentialsDocker's credential helper failed to retrieve stored credentials.
The credential helper configured in ~/.docker/config.json is not working. It may not be installed, the system keychain may be locked, or the helper binary may be missing from PATH.
Reset credentials: docker logout && docker login. If the helper is not installed, remove the credHelper entry from ~/.docker/config.json. Reinstall the credential helper. On macOS, unlock the Keychain.
Error: pull access denied for base imageThe base image specified in the FROM instruction could not be found or accessed.
Error: no configuration file providedDocker Compose cannot find a docker-compose.yml or compose.yaml file.
Error: dial tcp: lookup registry-1.docker.io: no such hostDocker cannot reach the container registry to pull or push images.
Error: yaml: unmarshal errorsThe Docker Compose file contains invalid YAML syntax.
Error: too many open files in containerThe container exceeded its file descriptor limit.
Error: ENTRYPOINT not foundThe entrypoint binary or script specified in the image does not exist.