mirror of https://github.com/docker/cli.git
Small changes to storage driver/commands ref
Entering V's comments Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
941952972e
commit
cd4fc83dd1
|
@ -1,6 +1,6 @@
|
|||
<!-- [metadata]>
|
||||
+++
|
||||
title = "Using the command line"
|
||||
title = "Docker Engine Commands"
|
||||
description = "Docker's CLI command description and usage"
|
||||
keywords = ["Docker, Docker documentation, CLI, command line"]
|
||||
[menu.main]
|
||||
|
@ -12,7 +12,7 @@ parent = "mn_reference"
|
|||
|
||||
# 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).
|
||||
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 [`daemon`](daemon.md) reference page.
|
||||
|
||||
|
|
Loading…
Reference in New Issue