How to Inspect Changes to a Docker Container’s Filesystem

Share
  • August 11, 2022
Docker containers inherit their image’s filesystem upon initial creation. The container’s filesystem can diverge from the image’s content after creation if changes are made to the container’s writable layer.

Read This Article on How-To Geek ›

Source : How to Inspect Changes to a Docker Container’s Filesystem