Netbox Docker Agent

Github Issues MIT license

Description

Agent to install on the docker server to manage containers though netbox plugin. netbox-docker-agent

Settings

go to the nodered admin page to change the settings.

Clean

docker stop netbox-docker-agent
docker rm netbox-docker-agent
docker image rm saashup/netbox-docker-agent
docker volume rm netbox-docker-agent

Build

docker build -t saashup/netbox-docker-agent .

Run

docker run -d -p 1880:1880 -v /var/run/docker.sock:/var/run/docker.sock:rw -v netbox-docker-agent:/data --name netbox-docker-agent saashup/netbox-docker-agent 

container must have rw access to the docker unix socket (/var/run/docker.sock)

Default access is admin/saashup

Hosting

Check https://saashup.com for more information