Remove call to docker kill
This commit is contained in:
2
commands
2
commands
@@ -78,8 +78,6 @@ case "$1" in
|
|||||||
ID=$(cat "$SERVICE_ROOT/ID")
|
ID=$(cat "$SERVICE_ROOT/ID")
|
||||||
|
|
||||||
service_stop "$SERVICE"
|
service_stop "$SERVICE"
|
||||||
dokku_log_verbose_quiet "Killing container"
|
|
||||||
docker kill "$ID" > /dev/null || true
|
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
dokku_log_verbose_quiet "Removing container"
|
dokku_log_verbose_quiet "Removing container"
|
||||||
|
|||||||
Reference in New Issue
Block a user