0 votes
in Docker by

Which Docker command shows the history and intermediate layers of an image?

a) docker inspect

b) docker details

c) docker history

d) docker layers

1 Answer

0 votes
by
c) docker history

Explanation:

The docker history command shows the history of an image, displaying the layers and the commands that were used to create them.
...