Can you run the Docker container without checking out the source repo? #628
Replies: 1 comment 4 replies
-
Sure, you can do that. For instance, there are several people and organizations that run NetBox Docker in Kubernetes. Just make sure that you define all the required configurations (either via env variables or file mounts), possibly (but for a test environment not necessarily) the volumes, definitely the dependencies (Redis and Postgres containers, possibly worker container). Checking out the repository is just the quickest and easiest way to start – certainly for the folks with little to no Docker experience. |
Beta Was this translation helpful? Give feedback.
-
Good day all.
We are using this container to set up a test environment for Netbox to do ad-hoc and automated testing with, and we would like to be able to run the container directly from Dockerhub. However, based on the docs associated with the project it seems that this is not possible. We first have to check out the associated Github repository first and use files / content from the source repo to run the container. Shouldn't there be a way to run the container directly?
If I've missed something in the docs and there is actually a way to do this, could someone please let me know how?
Beta Was this translation helpful? Give feedback.
All reactions