netbox-docker-agent icon indicating copy to clipboard operation
netbox-docker-agent copied to clipboard

Agent for Netbox Docker Plugin

Results 9 netbox-docker-agent issues
Sort by recently updated
recently updated
newest added

:ambulance: fix reponse if container logs are empty

bug

In order to update the Container state property on Netbox, we should listen the event On failure.

enhancement

## 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)...