The USER instruction sets the user name or UID to
use when running the image and for any RUN, CMD and ENTRYPOINT instructions that follow it in the Dockerfile.
The VOLUME instruction will create a mount point
with the specified name and mark it as holding externally mounted volumes from native host or other containers.