fixes
This commit is contained in:
Executable
+6
@@ -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