-
Notifications
You must be signed in to change notification settings - Fork 5
Description
[root@dima2 minecpp-master]# docker login
Authenticating with existing credentials...
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
[root@dima2 minecpp-master]# make docker-run
docker build . --network=host -t minecpp/core:latest -f ./docker/Core.Dockerfile
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 31.52MB
Step 1/6 : FROM minecpp/ubuntu:latest
pull access denied for minecpp/ubuntu, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
make: *** [Makefile:8: docker-core] Error 1