
* docker-diff add page * docker-diff: update page Co-authored-by: Juri Dispan <juri.dispan@posteo.net> * Update docker-diff.md * docker-container-diff: add alias page Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
13 lines
295 B
Markdown
13 lines
295 B
Markdown
# docker diff
|
|
|
|
> Inspect changes to files or directories on a container's filesystem.
|
|
> More information: <https://docs.docker.com/engine/reference/commandline/diff>.
|
|
|
|
- Inspect the changes to a container since it was created:
|
|
|
|
`docker diff {{container}}`
|
|
|
|
- Display help:
|
|
|
|
`docker diff --help`
|