aboutsummaryrefslogtreecommitdiff
path: root/test/docker-from-docker/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/docker-from-docker/test.sh')
-rwxr-xr-xtest/docker-from-docker/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/docker-from-docker/test.sh b/test/docker-from-docker/test.sh
index 3a802b5..517737a 100755
--- a/test/docker-from-docker/test.sh
+++ b/test/docker-from-docker/test.sh
@@ -7,6 +7,8 @@ source dev-container-features-test-lib
# Definition specific tests
check "version" docker --version
+check "docker-init-exists" bash -c "ls /usr/local/share/docker-init.sh"
+check "docker-ps" bash -c "docker ps"
# Report result
reportResults \ No newline at end of file