docker image analysis - Solution

  • Run the below command to show the history of a docker image. This will list the commands that were used for creating the image
docker history custom-htop

docker history