LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

docker-buildx-version

Show Docker Buildx version information

TLDR

Show buildx version
$ docker buildx version
copy

SYNOPSIS

docker buildx version

DESCRIPTION

docker buildx version displays the version of the Docker Buildx plugin along with its git commit hash. The output includes the module path, semantic version number, and the full commit identifier used to build the binary.

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

Copied to clipboard
Kai