See Filesystem Changes
DK · Debuggingdocker diff <container>docker diff web-apiC /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.