Merge pull request #2 from dokku/lg-remove-docker-kill

Remove call to `docker kill`
This commit is contained in:
Jose Diaz-Gonzalez
2015-09-09 11:26:22 -04:00

View File

@@ -72,9 +72,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