1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00
Files
cli/components/engine/docs/sources/commandline/cli.rst
Mikhail Sobolev 8ee2fa2877 move each command description into a separate document
Upstream-commit: cf8b8c1969daa423a1308561f3c1b2b863c64655
Component: engine
2013-04-03 15:55:18 +03:00

926 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/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