Command
docker history
Explanation
Displays the commands that were used to build each layer of the image.
Examples
Show image layers and build commands
docker history nginx
docker history
Displays the commands that were used to build each layer of the image.
Show image layers and build commands
docker history nginx