forked from jchomaz/Vulture
scripts de gestion
This commit is contained in:
11
VContainers/stop.sh
Executable file
11
VContainers/stop.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Stopping containers..."
|
||||
podman stop vapp || echo "vapp not running"
|
||||
podman stop vnode || echo "vnode not running"
|
||||
podman stop nanomq || echo "nanomq not running"
|
||||
|
||||
echo "Removing pod..."
|
||||
podman pod rm vulture || echo "Pod vulture not found"
|
||||
|
||||
echo "Cleanup complete."
|
||||
Reference in New Issue
Block a user