What is the ENV instruction good for in Docker?
Experience Level: Not defined
Tags: Docker
Answer
Related Docker job interview questions
How can you view the values on the environment variables that were set using the ENV instruction in a Dockerfile?
Docker Not definedWill the variables set using the ENV instruction in a Dockerfile be persisted in the built image?
Docker Not definedWhat is the ENTRYPOINT instruction good for in Docker?
Docker Not definedHow can you split a long RUN instruction on multiple lines in Dockerfile?
Docker Not definedWhat is the RUN instruction good for in Docker?
Docker Not defined