Registry / cli / docker-cli

docker-cli

JSON →
library29.5.3+incompatiblegogounverified

The official Docker command-line interface client.

go get github.com/docker/cli
INSTALL
IMPORT
SIG · DOCKER-CLI
D
docker-cli
cligov29.5.3+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cli
github.com/docker/cli

Import the Docker CLI command package.

package main import ( "fmt" "github.com/docker/cli/cli/command" ) func main() { fmt.Println(command) }
Debug
Known issues
gotchaThis is the Docker CLI source; for programmatic Docker API access use github.com/docker/docker/client.
fix
Use github.com/docker/docker/client for API interactions.
affects: *
Upgrade
Version history
29.5.3+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
30
OpenAI (training)
1
Resources
docker-cli — go get docker-cli · libregistry