Home »
MCQs »
Docker MCQs
You can examine the command that was used to construct each layer within an image by using which of the following command?
17. You can examine the command that was used to construct each layer within an image by using which of the following command?
- docker image layer
- docker image
- docker image history
- docker image history layer
Answer: C) docker image history
Explanation:
You can examine the command that was used to construct each layer within an image by using the docker image history command.