Remove call to docker kill

This commit is contained in:
Loïc Guitaut
2015-09-09 19:21:39 +02:00
parent 535a34f587
commit 7ac355a0d2

View File

@@ -67,8 +67,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"