Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username: *************
Password:
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
[jessica@www1 splunk]$ sudo docker pull store/splunk/splunk:7.3
Error response from daemon: pull access denied for store/splunk/splunk, repository does not exist or may require 'docker login'
What am I missing?
It turns out it's braindeadly simple and possibly an oversight in Splunk's documentation. Just remove the "store/" at the front.
It turns out it's braindeadly simple and possibly an oversight in Splunk's documentation. Just remove the "store/" at the front.
That indeed fixed my problem. Thanks a ton!
Thanks! Glad to know it wasn't just me!
@jessicamulein If your problem is resolved, please accept the answer to help future readers.
Consider submitting feedback (not a comment) on the documentation so it can be improved.