summaryrefslogtreecommitdiff
path: root/docs/reference/commandline/menu.md
diff options
context:
space:
mode:
authorMisty Stanley-Jones <misty@apache.org>2017-04-03 16:54:34 -0700
committerGitHub <noreply@github.com>2017-04-03 16:54:34 -0700
commit473c5701cb66403b0535a5c01845cb0f27fbeb47 (patch)
tree9a40326ad4b426655abca7377dc30da003847d4d /docs/reference/commandline/menu.md
parentce07fb6b0f1b8765b92022e45f96bd4349812e06 (diff)
parent71e6babfa2598669218177b5b429e873b7f35e8f (diff)
downloaddocker-1.13.x.tar.gz
Merge pull request #32332 from mstanleyjones/1.13.x1.13.x
Cherry-pick command-line ref improvements
Diffstat (limited to 'docs/reference/commandline/menu.md')
-rw-r--r--docs/reference/commandline/menu.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/reference/commandline/menu.md b/docs/reference/commandline/menu.md
deleted file mode 100644
index d58afacd76..0000000000
--- a/docs/reference/commandline/menu.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-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).