netbox-docker-agent
netbox-docker-agent copied to clipboard
Agent for Netbox Docker Plugin
:ambulance: fix reponse if container logs are empty
In order to update the Container state property on Netbox, we should listen the event On failure.
## Actual Behavior When in the Netbox Plugin we create a registry with a specific name, and eventually credentials, the agent does not save it locally. Instead, it is used...
## Decision Record The Netbox models a relationship that the local Docker daemon is not aware of: ```mermaid erDiagram IMAGE ||--|| REGISTRY : "pull using" ``` When the agent is...
| Agent version | Docker API Version | | --- | --- | | 0.34 | 1.43 | When we create an Image with Netbox like `hello-world` with a size...
| Agent version | Docker API Version | | --- | --- | | 0.34 | 1.43 | As we are our main plugin user is working on the (flowg)...