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
Thijs Terlouw f4bdcf9337 Fix documentation index for cli
Upstream-commit: 368d0385e1d426a32da66135e7ff8d4f5a3c7a26
Component: engine
2013-09-04 13:21:44 +02:00

1.1 KiB

title
Command Line Interface
description
Docker's CLI command description and usage
keywords
Docker, Docker documentation, CLI, command line

Overview

Docker Usage

To list available commands, either run docker with no parameters or execute docker help:

$ sudo docker
  Usage: docker [OPTIONS] COMMAND [arg...]
    -H=[unix:///var/run/docker.sock]: tcp://host:port to bind/connect to or unix://path/to/socket to use

  A self-sufficient runtime for linux containers.

  ...

Available Commands

command/attach command/build command/commit command/cp command/diff command/events command/export command/history command/images command/import command/info command/insert 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/search command/start command/stop command/tag command/top command/version command/wait