From 1d07abf659eca67cae8ae4a73d27155572fcbc00 Mon Sep 17 00:00:00 2001 From: Julien Garcia Gonzalez Date: Thu, 21 Sep 2017 08:15:09 +0200 Subject: [PATCH] update 2.14 --- tests/2_docker_daemon_configuration.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/2_docker_daemon_configuration.sh b/tests/2_docker_daemon_configuration.sh index dccb24c..7a54387 100644 --- a/tests/2_docker_daemon_configuration.sh +++ b/tests/2_docker_daemon_configuration.sh @@ -178,6 +178,8 @@ if docker info 2>/dev/null | grep -e "Live Restore Enabled:\s*true\s*" >/dev/nul else if docker info 2>/dev/null | grep -e "Swarm:*\sactive\s*" >/dev/null 2>&1; then pass "$check_2_14 (Incompatible with swarm mode)" + elif get_docker_effective_command_line_args '--live-restore' | grep "live-restore" >/dev/null 2>&1; then + pass "$check_2_14" else warn "$check_2_14" fi