Small changes to storage driver/commands ref

Entering V's comments

Signed-off-by: Mary Anthony <mary@docker.com>
Upstream-commit: 9941d5bc33bc50c9e4e1fcba05c0f011bc0ae082
Component: engine
This commit is contained in:
Mary Anthony
2015-11-18 16:32:23 -08:00
parent e1191bf537
commit 7c1d3da9d9
3 changed files with 20 additions and 18 deletions

View File

@ -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.