See Filesystem Changes
DK · Debuggingsyntax
docker diff <container>example
docker diff web-apioutput
C /app
A /app/logs/error.log
A /tmp/cache-abc123
D /app/config.bakNote Shows which files were Added (A), Changed (C), or Deleted (D) compared to the image. Handy for understanding what the running process has modified on disk.