Allow docker kill command to fail

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-06 19:27:04 -04:00
parent b457a82256
commit 2289c5f3dc

View File

@@ -77,7 +77,7 @@ case "$1" in
service_stop "$SERVICE"
dokku_log_verbose_quiet "Killing container"
docker kill "$ID" > /dev/null
docker kill "$ID" > /dev/null || true
sleep 1
dokku_log_verbose_quiet "Removing container"