docker-buildx-version

Show Docker Buildx version information

TLDR

Show buildx version
$ docker buildx version

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
sudo dnf install docker-cli
sudo pacman -S docker
sudo apk add docker-cli
sudo zypper install docker
brew install docker
nix profile install nixpkgs#docker

SEE ALSO

docker-buildx-ls(1), docker-build(1), docker(1)