I am new to Docker and I have a question that I can\'t seem to find the answer to. I am taking a Docker image (consol/tomcat-7.0) and wrote a Dockerfile that loads this image, c
There are at least two options I can think of:
--env
or even --env-file
. Note that this has certain security implications.--volume
.