LinuxCommandLibrary

docker-diff

Inspect changes to files or directories on a container's filesystem.

TLDR

Inspect the changes to a container since it was created

$ docker diff [container]
copy


Display help
$ docker diff --help
copy

SYNOPSIS

docker diff CONTAINER

DESCRIPTION

Alias for docker container diff.

OPTIONS

-h, --help[=false] help for diff

SEE ALSO

docker(1)

Copied to clipboard