features/test/docker-in-docker/dockerDefaultAddressPool.sh
2022-10-21 07:31:04 -07:00

12 lines
248 B
Bash

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
check "default address pool setting set" ps -ax | grep -E "dockerd.+base=192.168.0.0/16,size=24"
# Report result
reportResults