mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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>
This commit is contained in:
parent
af2f6d9d3e
commit
29d54b97d0
2 changed files with 20 additions and 0 deletions
8
pages/common/docker-container-diff.md
Normal file
8
pages/common/docker-container-diff.md
Normal 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`
|
12
pages/common/docker-diff.md
Normal file
12
pages/common/docker-diff.md
Normal 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`
|
Loading…
Add table
Reference in a new issue