Docker Docs Issue #186

Closed
opened 2025-12-29 16:19:05 +01:00 by adam · 2 comments
Owner

Originally created by @zachmoody on GitHub (Jul 9, 2016).

Ran into an issue with docker-compose wanting to download digitalocean/netbox:latest from docker hub I think because of the image: digitalocean/netbox directive in docker-compose.yml.

docker-compose up -d
Creating network "repo_default" with the default driver
Creating volume "repo_netbox-static-files" with local driver
Pulling netbox (digitalocean/netbox:latest)...
Pulling repository docker.io/digitalocean/netbox

I had to build the netbox container first with docker build -t digitalocean/netbox:latest . in order for it to work. I pushed a branch that updates the install docs with this step. Just wanted someone to confirm they have the same behavior before submitting a PR.

Can someone test after doing a docker rmi digitalocean/netbox:latest. Entirely possible it's something I'm doing wrong on this end (running docker-compose 1.7.0).

Originally created by @zachmoody on GitHub (Jul 9, 2016). Ran into an issue with `docker-compose` wanting to download `digitalocean/netbox:latest` from docker hub I think because of the `image: digitalocean/netbox` directive in `docker-compose.yml`. ``` docker-compose up -d Creating network "repo_default" with the default driver Creating volume "repo_netbox-static-files" with local driver Pulling netbox (digitalocean/netbox:latest)... Pulling repository docker.io/digitalocean/netbox ``` I had to build the netbox container first with `docker build -t digitalocean/netbox:latest .` in order for it to work. I pushed a branch that updates the install docs with this step. Just wanted someone to confirm they have the same behavior before submitting a PR. Can someone test after doing a `docker rmi digitalocean/netbox:latest`. Entirely possible it's something I'm doing wrong on this end (running `docker-compose 1.7.0`).
adam added the type: documentation label 2025-12-29 16:19:05 +01:00
adam closed this issue 2025-12-29 16:19:05 +01:00
Author
Owner

@daveram commented on GitHub (Jul 9, 2016):

Yep just ran into the same thing

Pulling netbox (digitalocean/netbox:latest)... Pulling repository docker.io/digitalocean/netbox ERROR: Error: image digitalocean/netbox not found

Tried running the build first, that did the trick, so not just you

@daveram commented on GitHub (Jul 9, 2016): Yep just ran into the same thing `Pulling netbox (digitalocean/netbox:latest)... Pulling repository docker.io/digitalocean/netbox ERROR: Error: image digitalocean/netbox not found` Tried running the build first, that did the trick, so not just you
Author
Owner

@twm1010 commented on GitHub (Jul 10, 2016):

confirmed here as well, have to build that image first.

@twm1010 commented on GitHub (Jul 10, 2016): confirmed here as well, have to build that image first.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#186