fixes
This commit is contained in:
6
app/sbin/stopContainer
Executable file
6
app/sbin/stopContainer
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
exec > /4server/data/log/stopContainer.log 2>&1
|
||||
echo "$(date '+%Y-%m-%d %H:%M') Stop container $1"
|
||||
|
||||
docker stop $1
|
||||
|
||||
Reference in New Issue
Block a user