SaaShup/netbox-docker-plugin

:zap: prevent exec on non running container

Open

#138 opened on Jun 6, 2024

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Python (12 forks)auto 404
V4enhancementgood first issuehelp wanted

Repository metrics

Stars
 (78 stars)
PR merge metrics
 (PR metrics pending)

Description

Netbox version Plugin Version Agent version Docker API Version
4.* 2.* * *

Actual Behavior

It is possible to run exec command on a non running container :

image

Desired Behavior

if the container is not running we should prevent to run exec command on the container :

image

Contributor guide