github.com/olljanat/moby@v1.13.1/docs/reference/commandline/menu.md (about)

     1  ---
     2  title: "Command line reference"
     3  description: "Docker's CLI command description and usage"
     4  keywords: "Docker, Docker documentation, CLI, command line"
     5  identifier:  "smn_cli"
     6  ---
     7  
     8  <!-- This file is maintained within the docker/docker Github
     9       repository at https://github.com/docker/docker/. Make all
    10       pull requests against that repo. If you see this file in
    11       another repository, consider it read-only there, as it will
    12       periodically be overwritten by the definitive file. Pull
    13       requests which include edits to this file in other repositories
    14       will be rejected.
    15  -->
    16  
    17  # The Docker commands
    18  
    19  This section contains reference information on using Docker's command line
    20  client. Each command has a reference page along with samples. If you are
    21  unfamiliar with the command line, you should start by reading about how to
    22  [Use the Docker command line](cli.md).
    23  
    24  You start the Docker daemon with the command line. How you start the daemon
    25  affects your Docker containers. For that reason you should also make sure to
    26  read the [`dockerd`](dockerd.md) reference page.
    27  
    28  For a list of Docker commands see [Command line reference guide](index.md).