Add docker kill statement back

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-06 18:10:08 -04:00
parent a311957af3
commit 418c7bfc66

View File

@@ -75,6 +75,8 @@ 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
dokku_log_verbose_quiet "Removing container"
docker rm -v "$ID" > /dev/null