netbox-docker icon indicating copy to clipboard operation
netbox-docker copied to clipboard

🐳 Docker Image of NetBox

Results 62 netbox-docker issues
Sort by recently updated
recently updated
newest added

Related Issue: ## New Behavior a pre-entry script that runs before all other scripts during container start. Allows users to quickly add modifications before anything else runs inside the container....

Related Issue: ## New Behavior Added startup script and initialization YAML file to support adding interfaces to device types. ... ## Contrast to Current Behavior New functionality - did not...

### Current Behavior I was using a definition of a current device type to initialize another one, basically two versions of a switch one with front to rear airflow and...

Related Issue: #817 ## New Behavior Fixes dbshell ## Contrast to Current Behavior dbshell no longer works with new image ## Discussion: Benefits and Drawbacks Working dbshell ## Changes to...

Related Issue: ## New Behavior All of the Dynamic Configuration Settings are available out of the box. ## Contrast to Current Behavior Only a few DCS' were available. To use...

bug

### Current Behavior I tried to use dbshell inside de netbox container, but it's not present. ### Expected Behavior Dbshell need to be present to make possible query database. ###...

### Desired Behavior Really just helps minimize confusion or friction for people. .gitignore ``` plugin_requirements.txt Dockerfile-Plugins ``` ### Contrast to Current Behavior not in the gitignore. ### Required Changes _No...

enhancement
discussion

### Current Behavior I've mounted my local scripts path `./scripts` via the default docker-compose bind mount to `/etc/netbox/scripts`, see: ```sh cat docker-compose.yml | grep './scripts' - ./scripts:/etc/netbox/scripts:z,ro ``` When trying...

### Current Behavior I'm basically using the [command sugested inside the Wiki for backing up the media folder](https://github.com/netbox-community/netbox-docker/wiki/Troubleshooting#file-operations). Hoewer, it's failing since the second to last update: ``` root@stats ~...

### Current Behavior If I clone the repo fresh, and start docker-compose (using the example override included in the repo), I noticed that the housekeeping container has some traceback error...