nautobot-lab icon indicating copy to clipboard operation
nautobot-lab copied to clipboard

All-in-one Docker container that allows a user to explore Nautobot in a lab environment.

Results 3 nautobot-lab issues
Sort by recently updated
recently updated
newest added

``` #70 apt-get install -y \ #71 postgresql-14 #... #85 VOLUME /var/lib/postgresql/12/main ``` This may not be as expected. (sorry for my English)

I cannot figure out how to use the device onboarding plugin. It comes installed with the lab. I have checked the nautobot_config.py file. It enabled in the plugins section and...

It seems like supervisord is running as root. PermissionError: [Errno 1] Operation not permitted: '/var/tmp/supervisor.sock' kubernetes doesn't seem to like that Could it be this that should to be changed?...