How can you ensure that some files will be ignored by a build process and won't be copied as part of COPY instruction that is defined in a Dockerfile?
Experience Level: Not defined
Tags: Docker
Answer
Related Docker job interview questions
What are the instructions that create layers in Docker?
Docker Not definedWhat Docker instruction will you use to copy files from one layer to another layer when you are creating a Dockerfile?
Docker Not definedWhat instructions do you use in Dockerfile to a previous stage as a new stage?
Docker Not definedWhat is the LABEL instruction good for in Docker?
Docker Not definedWhat is a difference between COPY and ADD instructions in Docker?
Docker Not defined