LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

docker-container-diff

show container filesystem changes

TLDR

Show filesystem changes in a container
$ docker container diff [container]
copy

SYNOPSIS

docker container diff container

DESCRIPTION

docker container diff inspects changes to files or directories on a container's filesystem. Shows files that were added (A), changed (C), or deleted (D) compared to the base image.

INSTALL

sudo apt install docker-cli
copy
sudo dnf install docker-cli
copy
sudo pacman -S docker
copy
sudo apk add docker-cli
copy
sudo zypper install docker
copy
brew install docker
copy
nix profile install nixpkgs#docker
copy

SEE ALSO

RESOURCES

Copied to clipboard
Kai