gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/images/basic/tmpfile/Dockerfile (about) 1 # Create file under /tmp to ensure files inside '/tmp' are not overridden. 2 FROM alpine:3.11.5 3 RUN mkdir -p /tmp/foo \ 4 && echo 123 > /tmp/foo/file.txt