LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

docker-system

manage Docker system resources and disk usage

TLDR

Show disk usage
$ docker system df
copy
Show detailed disk usage
$ docker system df -v
copy
Remove unused data
$ docker system prune
copy
Remove all unused data including volumes
$ docker system prune -a --volumes
copy
Show system information
$ docker system info
copy
Show system events
$ docker system events
copy

SYNOPSIS

docker system command [options]

DESCRIPTION

docker system manages Docker system resources. Useful for monitoring disk usage and cleaning up unused containers, images, networks, and volumes.

SUBCOMMANDS

df

Show Docker disk usage.
prune
Remove unused data.
info
Display system-wide information.
events
Get real-time events from server.

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

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid