Remove call to docker kill

This commit is contained in:
Loïc Guitaut
2015-09-07 10:28:23 +02:00
parent 09e8c0925e
commit 2ecc9df262

View File

@@ -76,9 +76,6 @@ case "$1" in
docker exec -it "$ID" chmod -R 777 /data
service_stop "$SERVICE"
dokku_log_verbose_quiet "Killing container"
docker kill "$ID" > /dev/null || true
sleep 1
dokku_log_verbose_quiet "Removing container"
docker rm -v "$ID" > /dev/null