diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 6b8710a..0000000 --- a/.dockerignore +++ /dev/null @@ -1 +0,0 @@ -.git diff --git a/tests/1_host_configuration.sh b/tests/1_host_configuration.sh index 49af272..cf1d833 100644 --- a/tests/1_host_configuration.sh +++ b/tests/1_host_configuration.sh @@ -48,7 +48,7 @@ fi # 1.7 check_1_7="1.7 - Only allow trusted users to control Docker daemon" -docker_users=`cat /etc/group | grep docker` +docker_users=`grep docker /etc/group` info "$check_1_7" for u in $docker_users; do info " * $u"