Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Docs Issue #246

Closed
zachmoody opened this issue Jul 9, 2016 · 2 comments
Closed

Docker Docs Issue #246

zachmoody opened this issue Jul 9, 2016 · 2 comments
Labels
type: documentation A change or addition to the documentation

Comments

@zachmoody
Copy link
Contributor

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).

@zachmoody zachmoody added the type: documentation A change or addition to the documentation label Jul 9, 2016
@daveram
Copy link

daveram commented 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

@twm1010
Copy link

twm1010 commented Jul 10, 2016

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

jeremystretch added a commit that referenced this issue Jul 11, 2016
Fixes #246 - Add build directive to docker-compose.yml
if-fi pushed a commit to if-fi/netbox that referenced this issue Oct 1, 2016
if-fi pushed a commit to if-fi/netbox that referenced this issue Oct 1, 2016
…all-docs

Fixes netbox-community#246 - Add build directive to docker-compose.yml
@lock lock bot locked as resolved and limited conversation to collaborators Jan 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: documentation A change or addition to the documentation
Projects
None yet
Development

No branches or pull requests

3 participants