Docker Cheat Sheet/Show filesystem changes

Show filesystem changes in a container since it started.

Section: Inspection and Debugging

Show filesystem changes

bash
bash
docker diff web
Explanation

Useful for debugging and understanding mutable writes.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Inspection and Debugging
Inspect a container
Show low-level JSON metadata for a container.
OpenIn sheetbashsame section
Format inspect output
Render inspect output through a Go template.
OpenIn sheetbashsame section
Stream Docker events
Stream real-time events from the daemon.
OpenIn sheetbashsame section
Show Docker version
Display client and server version details.
OpenIn sheetbash1 tag match
Show Docker system info
Display engine-wide diagnostic and configuration information.
OpenIn sheetbash1 tag match
Inspect an image
Show low-level JSON metadata for an image.
OpenIn sheetbash1 tag match