update 2.14

This commit is contained in:
Julien Garcia Gonzalez 2017-09-21 08:15:09 +02:00
parent e9bc9bd953
commit 1d07abf659
No known key found for this signature in database
GPG key ID: EC1F03A67D05A111

View file

@ -178,6 +178,8 @@ if docker info 2>/dev/null | grep -e "Live Restore Enabled:\s*true\s*" >/dev/nul
else else
if docker info 2>/dev/null | grep -e "Swarm:*\sactive\s*" >/dev/null 2>&1; then if docker info 2>/dev/null | grep -e "Swarm:*\sactive\s*" >/dev/null 2>&1; then
pass "$check_2_14 (Incompatible with swarm mode)" 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 else
warn "$check_2_14" warn "$check_2_14"
fi fi