mirror of
https://github.com/lopes/netbox-scanner.git
synced 2025-07-26 23:34:39 +02:00
Add docker config example
This commit is contained in:
parent
f7b2cdc67d
commit
ee4a260883
@ -27,3 +27,13 @@ password =
|
|||||||
unknown = autodiscovered:netbox-scanner
|
unknown = autodiscovered:netbox-scanner
|
||||||
tag = prime
|
tag = prime
|
||||||
cleanup = yes
|
cleanup = yes
|
||||||
|
|
||||||
|
[Docker:firstSource]
|
||||||
|
host = unix:///var/run/docker.sock
|
||||||
|
device=MyNetboxDevice
|
||||||
|
|
||||||
|
[Docker:secondSource]
|
||||||
|
# using something like docker-socket-proxy
|
||||||
|
# With NETWORK=1 CONTAINERS=1 POST=0
|
||||||
|
host = tcp://192.168.1.1:2375
|
||||||
|
device=MyOtherNetboxDevice
|
Loading…
x
Reference in New Issue
Block a user