metasploitable3/chef/cookbooks/docker/test/cookbooks/docker_test/files/Dockerfile_2

5 lines
86 B
Plaintext

FROM busybox
ADD foo.txt /tmp/foo.txt
RUN /bin/echo 'hello from image_2'
VOLUME /home