mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
248c699ec8
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
---
|
|
title: "Command line reference"
|
|
description: "Docker's CLI command description and usage"
|
|
keywords: "Docker, Docker documentation, CLI, command line"
|
|
identifier: "smn_cli"
|
|
---
|
|
|
|
<!-- This file is maintained within the docker/docker Github
|
|
repository at https://github.com/docker/docker/. Make all
|
|
pull requests against that repo. If you see this file in
|
|
another repository, consider it read-only there, as it will
|
|
periodically be overwritten by the definitive file. Pull
|
|
requests which include edits to this file in other repositories
|
|
will be rejected.
|
|
-->
|
|
|
|
# The Docker commands
|
|
|
|
This section contains reference information on using Docker's command line
|
|
client. Each command has a reference page along with samples. If you are
|
|
unfamiliar with the command line, you should start by reading about how to
|
|
[Use the Docker command line](cli.md).
|
|
|
|
You start the Docker daemon with the command line. How you start the daemon
|
|
affects your Docker containers. For that reason you should also make sure to
|
|
read the [`dockerd`](dockerd.md) reference page.
|
|
|
|
For a list of Docker commands see [Command line reference guide](index.md).
|