SaaShup/netbox-docker-plugin
View on GitHub:zap: prevent exec on non running container
Open
#138 opened on Jun 6, 2024
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 :
Desired Behavior
if the container is not running we should prevent to run exec command on the container :