Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

asdf-docker

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.

Requirements

  • asdf v0.14+
  • curl
  • tar

Install

asdf plugin add docker https://github.com/aggroot/asdf-docker.git

Usage

# 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

Supported platforms

OS Architectures
Linux x86_64, aarch64, armhf
macOS x86_64, aarch64

What gets installed

  • docker — the Docker CLI client
  • docker-compose — if bundled in the release (newer versions)

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages