Heredocs

Heredocs

$ cat <<EOF
line1
line2
EOF
line1
line2

Supported in Dockerfile with experimental syntax >= 1.3-labs

XXX RUN

XXX Run with interpreter

XXX RUN with script

XXX COPY

XXX COPY to multiple files in same directory