docker/cli
Pack, ship and run any application as a lightweight container
Package Information
- Domain:
docker.com/cli - Name:
docker/cli - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install dockerPrograms
This package provides the following executable programs:
docker
Aliases
This package can also be accessed using these aliases:
docker
Available Versions
Show all 57 versions
28.3.3,28.3.2,28.3.1,28.3.0,28.2.228.2.1,28.2.0,28.1.1,28.1.0,28.0.428.0.3,28.0.2,28.0.1,28.0.0,27.5.127.5.0,27.4.1,27.4.0,27.3.1,27.3.027.2.1,27.2.0,27.1.2,27.1.1,27.1.027.0.3,27.0.2,27.0.1,26.1.5,26.1.426.1.3,26.1.2,26.1.1,26.1.0,26.0.226.0.1,26.0.0,25.0.7,25.0.6,25.0.525.0.4,25.0.3,25.0.2,25.0.1,25.0.024.0.9,24.0.8,24.0.7,24.0.6,24.0.523.0.15,23.0.10,23.0.9,23.0.8,23.0.720.10.27,20.10.26
Latest Version: 28.3.3
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) docker -- $SHELL -iUsage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.docker
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links
This documentation was auto-generated from package data.