Questions
- True or false: the
LABEL
instruction tags your image once it has been built. - What’s the difference between the
ENTRYPOINT
andCMD
instructions? - True or false: when using the
ADD
instruction, you can’t download and automatically uncompress an externally hosted archive. - What is a valid use for using an existing container as the base of your image?
- What does the
EXPOSE
instruction expose?