github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/examples/docker-hello-world-example/Dockerfile (about) 1 # website::tag::1:: Build a simple Docker image that contains a text file with the contents "Hello, World!" 2 FROM ubuntu:18.04 3 RUN echo 'Hello, World!' > /test.txt