-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Labels
type: documentation
A change or addition to the documentation
Comments
Yep just ran into the same thing
Tried running the build first, that did the trick, so not just you |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ran into an issue with
docker-compose
wanting to downloaddigitalocean/netbox:latest
from docker hub I think because of theimage: digitalocean/netbox
directive indocker-compose.yml
.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 (runningdocker-compose 1.7.0
).The text was updated successfully, but these errors were encountered: