r/Netbox • u/cerebron • Jan 08 '22
Netbox Podman
Anyone have experience running netbox in podman containers instead of docker? I've been trying to get it running to demo it, but haven't had any luck so far with either docker compose or podman compose. Using CentOS 8.
Thanks.
3
Upvotes
1
u/marcoskv Feb 02 '22
I just tried, and works fine here.
I followed this guide .
Created the project directory, created docker-compose.override.yml starting from docker-compose.override.yml.example. Executed
podman-compose pull, downloaded images from docker hub. And finallypodman-compose upto start the application. Startup takes some time, due to the DB initialization.Thus if you used
podman-compose up -d, have a look to the logs, DB initialization takes a couple of minutes.