docker-diff: add page (#11138)

* 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>
pull/23/head
Aniket Purohit 2023-10-22 02:01:14 +05:30 committed by GitHub
parent af2f6d9d3e
commit 29d54b97d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# docker container diff
> This command is an alias of `docker diff`.
> More information: <https://docs.docker.com/engine/reference/commandline/diff>.
- View documentation for the original command:
`tldr docker diff`

View File

@ -0,0 +1,12 @@
# 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`