SaaShup / netbox-docker-agent

Agent for Netbox Docker Plugin
https://saashup.com
BSD 3-Clause "New" or "Revised" License
33 stars 1 forks source link

:sparkles: Support mounting host paths in container as binds #67

Closed linkdd closed 6 months ago

linkdd commented 6 months ago

Decision Record

The Netbox Docker Plugin now supports "binds" in the datamodel, to mount host paths into a container path. The agent should add those "binds" to the container's Mounts when recreating the container.

For more information, see:

Changes