1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00
Files
cli/components/engine/docs/sources/commandline/cli.rst
Victor Vieux 95bff3248e switch to default 127.0.0.1, and mixed the two flags in one. -h
Upstream-commit: 13f1939a6316079c14bac5434ecc2c955af1d1fb
Component: engine
2013-05-23 16:09:28 +00:00

1013 B

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:

$ docker
  Usage: docker [OPTIONS] COMMAND [arg...]
    -h="127.0.0.1:4243": Host:port to bind/connect to

  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/search command/start command/stop command/tag command/version command/wait