Как видите, у меня есть следующие изображения
vinay@idol-nifi-web-1 ~ $ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
gcr.io/idol-demo/idol-web-nifi <none> 0de8fa3d35d4 About an hour ago 5.62GB
debian latest e1de74e67cc7 3 days ago 101MB
gcr.io/gce-containers/konlet v.0.9-latest da64965a2b28 8 months ago 73.4MB
gcr.io/stackdriver-agents/stackdriver-logging-agent 0.2-1.5.33-1-1 fcfafd404600 11 months ago 548MB
Я пытаюсь запустить образ idol-web-nifi, и он не запустится, так как не может найти изображение.
vinay@idol-nifi-web-1 ~ $ docker run --mac-address="42:01:0A:98:00:02" -it --entrypoint /bin/bash gcr.io/idol-demo/idol-web-nifi:latest
Unable to find image 'gcr.io/idol-demo/idol-web-nifi:latest' locally
docker: Error response from daemon: unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow the
steps in: https://cloud.google.com/container-registry/docs/advanced-authentication.
See 'docker run --help'
.