asdf plugin for the Docker CLI client.
Installs the docker CLI binary from Docker's official static binaries. This does not install the Docker daemon — only the client for communicating with a remote or existing Docker host.
- asdf v0.14+
curltar
asdf plugin add docker https://github.com/aggroot/asdf-docker.git# List all available versions
asdf list all docker
# Install a specific version
asdf install docker 27.5.1
# Set version globally
asdf set --home docker 27.5.1
# Set version locally (in current directory)
asdf set docker 27.5.1| OS | Architectures |
|---|---|
| Linux | x86_64, aarch64, armhf |
| macOS | x86_64, aarch64 |
docker— the Docker CLI clientdocker-compose— if bundled in the release (newer versions)
MIT