aboutsummaryrefslogtreecommitdiff
path: root/test/docker-in-docker/dockerDefaultAddressPool.sh
blob: 00e414d0ca21553644e61f7db67a5d2878942808 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

# Definition specific tests
check "version" docker  --version

check "ps" docker  ps

check "run hello world" docker run hello-world

# Asserts specific to manually setting dockerDefaultAddressPool
# TODO

# Report result
reportResults