What is the primary purpose of the RUN instruction in a Containerfile?
Which instruction would you use to copy files from a local directory into the container?
What is the key difference between the ADD and COPY instructions in a Containerfile?
Which instruction sets the working directory inside the container?
When using the USER instruction in a Containerfile, what does it define?
Which instruction is used to define the base image in a Containerfile?