Remove call to docker kill

This commit is contained in:
Loïc Guitaut
2015-09-09 18:15:53 +02:00
parent ae02e70eae
commit 32af344146

View File

@@ -78,8 +78,6 @@ case "$1" in
ID=$(cat "$SERVICE_ROOT/ID")
service_stop "$SERVICE"
dokku_log_verbose_quiet "Killing container"
docker kill "$ID" > /dev/null || true
sleep 1
dokku_log_verbose_quiet "Removing container"