0

I am running a docker file which creates a image in centOS machine. I am spinning the container in windows machine by running docker desktop for windows.

I want to print/see the directory or folders in the centOS machine where the docker installs java and other softwares which it installs from the docker commands.

  • There are several tools I would suggest. [Dive](https://github.com/wagoodman/dive) can be used to explore what files are added in each layer. You can use `docker run -it bash` to get an interactive shell to explore your container. – Nick ODell Oct 27 '22 at 21:52
  • Thanks for your answer, the above command has served my purpose. – Rashmita Purkayastha Oct 28 '22 at 12:33

0 Answers0