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

:zap: prevent exec on non running container

Open lvenier opened this issue 8 months ago • 5 comments

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

lvenier avatar Jun 06 '24 13:06 lvenier