1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00
Files
cli/components/engine/docs/sources/commandline/cli.rst
Guillaume J. Charmes cb5a080cbe Add doc for the builder
Upstream-commit: bbb634a98068171b6b6f4bbb9c7160284ef252e4
Component: engine
2013-05-06 16:01:00 -07:00

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