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

12 lines
222 B
Bash

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
check "dns flag should be present" ps -ax | grep -E "dockerd.+\-\-dns"
# Report result
reportResults