pull access denied for netbox #783
Unanswered
prnzngr
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to setup netbox but I am getting this error. Any idea whats wrong?
git clone -b release https://github.com/netbox-community/netbox-docker.git netbox-test/
root@catdc1s-ansibl1:/home/ansible/netbox-test# docker-compose pull
[+] Running 1/12
⠏ redis-cache Pulling 1.9s
⠿ netbox Error 1.9s
⠏ postgres Pulling 1.9s
⠿ netbox-worker Error 1.9s
⠏ redis Pulling 1.9s
⠴ 2408cc74d12b Pulling fs layer 0.4s
⠴ e90389148883 Pulling fs layer 0.4s
⠴ c6c08b6ea4d5 Pulling fs layer 0.4s
⠴ 9e3d4cb128ab Waiting 0.4s
⠴ 72f2c0f9c8fa Waiting 0.4s
⠴ 873a0914ef4e Waiting 0.4s
⠿ netbox-housekeeping Pulled 1.5s
WARNING: Some service image(s) must be built from source by running:
docker compose build netbox
Error response from daemon: pull access denied for netbox, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
root@catdc1s-ansibl1:/home/ansible/netbox-test#
Beta Was this translation helpful? Give feedback.
All reactions