Docker diff: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
Inspect changes on a container's filesystem: | |||
* A indicates a file added to the file system. | |||
* D indicates a file deleted from the file system. | |||
* C indicates a changed file. | |||
docker diff <''container-id''> |
Latest revision as of 02:50, 20 November 2017
Internal
Overview
Inspect changes on a container's filesystem:
- A indicates a file added to the file system.
- D indicates a file deleted from the file system.
- C indicates a changed file.
docker diff <container-id>