SaaShup / netbox-docker-agent

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

:sparkles: Add support for `read_only` field of mounts and binds #89

Closed linkdd closed 2 months ago

linkdd commented 2 months ago

Decision Record

Counterpart of https://github.com/SaaShup/netbox-docker-plugin/pull/118

By default, we used to create mounts (from volumes or binds) with "read write" permissions. Now, we use the new field read_only from the Mount and Bind models of the Netbox plugin.

Changes