📚 dsaflash.cards
Problems
Log in
Sign up
Home
/
Docker
/
Docker Image Layers and Build Cache
Docker Image Layers and Build Cache
Question 1 of 5
Which Dockerfile instructions create new filesystem layers?
A
Only RUN creates layers; COPY and ADD modify existing layers
B
RUN, COPY, and ADD
C
FROM, ENV, and CMD
D
All instructions create layers
← Back to categories