mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:02:08 +02:00

* 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>
12 lines
295 B
Markdown
12 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`
|