Helps you to import NetBox device types
10K+
This Docker wraps Netbox Device Type Import which helps you imports device types found in the NetBox Device Type Library Repository.
To use this you will need to set the NETBOX_URLand NETBOX_TOKEN in a file which you then mount into the container under /run/secrets/netbox, example:
docker run --rm -v ${PWD}/netbox:/run/secrets/netbox haxorof/netbox-devicetype-importer:latest
If you want to add some arguments then you can just do that at the end:
docker run --rm -v ${PWD}/netbox:/run/secrets/netbox haxorof/netbox-devicetype-importer:latest --vendors "cisco hpe"
For more details of available arguments please visit Netbox Device Type Import
Content type
Image
Digest
sha256:6c36a576c…
Size
251.9 MB
Last updated
over 1 year ago
docker pull haxorof/netbox-devicetype-importer