mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
943 B
943 B
- title
- Command Line Interface
- description
- Docker's CLI command description and usage
- keywords
- Docker, Docker documentation, CLI, command line
Command Line Interface
Docker Usage
To list available commands, either run docker with no
parameters or execute docker help:
$ docker
Usage: docker COMMAND [arg...]
A self-sufficient runtime for linux containers.
...
Available Commands
command/attach command/build command/commit command/diff command/export command/history command/images command/import command/info command/inspect command/kill command/login command/logs command/port command/ps command/pull command/push command/restart command/rm command/rmi command/run command/start command/stop command/tag command/version command/wait