Files
docker-docs/_data/engine-cli/docker_diff.yaml
Misty Stanley-Jones f247ad1863 Update cli ref YAML files (#2789)
* Update cli ref YAML files

* Fix typo

* Backport fixes to the service_create tables
2017-04-14 12:04:35 -07:00

30 lines
647 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
command: docker diff
short: Inspect changes on a container's filesystem
long: |-
List the changed files and directories in a container᾿s filesystem since the
container was created. Three different types of change are tracked:
1. `A` - Add
2. `D` - Delete
3. `C` - Change
For example:
$ docker diff 7bb0e258aefe
C /dev
A /dev/kmsg
C /etc
A /etc/mtab
A /go
A /go/src
A /go/src/github.com
A /go/src/github.com/docker
A /go/src/github.com/docker/docker
A /go/src/github.com/docker/docker/.git
....
usage: docker diff CONTAINER
pname: docker
plink: docker.yaml