Files
cc/app/sbin/stopContainer
Oliver 1808864021 fixes
2025-10-16 16:38:39 -03:00

7 lines
128 B
Bash
Executable File

#!/bin/bash
exec > /4server/data/log/stopContainer.log 2>&1
echo "$(date '+%Y-%m-%d %H:%M') Stop container $1"
docker stop $1