diff --git a/netbox-scanner.conf b/netbox-scanner.conf index e36825f..bf74691 100644 --- a/netbox-scanner.conf +++ b/netbox-scanner.conf @@ -27,3 +27,13 @@ password = unknown = autodiscovered:netbox-scanner tag = prime 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 \ No newline at end of file