File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ docker build -t netbox-devicetype-import-library .
7777Alternatively you can pull a pre-built image from Github Container Registry (ghcr.io):
7878
7979```
80- docker pull ghcr.io/minitriga/Netbox-Device-Type-Library-Import
80+ docker pull ghcr.io/minitriga/netbox-device-type-library-import
8181```
8282
8383The container supports the following env var as configuration :
@@ -91,7 +91,7 @@ The container supports the following env var as configuration :
9191To run :
9292
9393```
94- docker run -e "NETBOX_URL=http://netbox:8080/" -e "NETBOX_TOKEN=98765434567890" netbox-devicetype-import -library
94+ docker run -e "NETBOX_URL=http://netbox:8080/" -e "NETBOX_TOKEN=98765434567890" ghcr.io/minitriga/ netbox-device-type -library-import
9595```
9696
9797## 🧑💻 Contributing
You can’t perform that action at this time.
0 commit comments