Sign inSign up

haxorof/netbox-devicetype-importer

By haxorof

Updated over 1 year ago
Archived

Helps you to import NetBox device types

Image
Integration & delivery
1

10K+

haxorof/netbox-devicetype-importer repository overview

NetBox Device Type Importer

Docker Pulls License CI

This Docker wraps Netbox Device Type Import which helps you imports device types found in the NetBox Device Type Library Repository.

Usage

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

Tag summary

Content type

Image

Digest

sha256:6c36a576c

Size

251.9 MB

Last updated

over 1 year ago

docker pull haxorof/netbox-devicetype-importer