I\'m following an online tutorial on Docker. The author gave this example:
FROM busybox RUN dd if=/dev/zero of=/tmp/test1 bs=1M count=50 RUN dd if=/dev/zero