correct check_2_21, closes #221

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2017-02-23 17:01:47 +01:00
parent 7c20138161
commit 7787fc0ec9

View file

@ -205,7 +205,7 @@ fi
# 2.21
check_2_21="2.21 - Avoid experimental features in production"
if docker info 2>/dev/null | grep -e "^Live Restore Enabled:\s*false\s*$" >/dev/null 2>&1; then
if docker version --format '{{ .Server.Experimental }}' | grep 'false' 2>/dev/null 1>&2; then
pass "$check_2_21"
else
warn "$check_2_21"