mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 11:53:31 +00:00
4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
FROM {{ docker_test_image_busybox }}
|
|
# This should fail building if docker cannot resolve some-custom-host
|
|
RUN ping -c1 some-custom-host
|