Will the variables set using the ENV instruction in a Dockerfile be persisted in the built image?
Experience Level: Not defined
Tags: Docker
Answer
Related Docker job interview questions
What is the COPY instruction in Docker good for?
Docker Not definedHow can you view the values on the environment variables that were set using the ENV instruction in a Dockerfile?
Docker Not definedWhat is the ENV instruction good for in Docker?
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 defined