From 2289c5f3dcf9a828c6d2703fa5779857db96b1e6 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 6 Sep 2015 19:27:04 -0400 Subject: [PATCH] Allow docker kill command to fail --- commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands b/commands index bd6bf9a..e8216ef 100755 --- a/commands +++ b/commands @@ -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"