github.com/45cali/docker@v1.11.1/docs/reference/commandline/index.md (about)

     1  <!-- [metadata]>
     2  +++
     3  title = "Command line reference"
     4  description = "Docker's CLI command description and usage"
     5  keywords = ["Docker, Docker documentation, CLI,  command line"]
     6  [menu.main]
     7  identifier= "smn_cli"
     8  parent = "engine_ref"
     9  weight=-70
    10  +++
    11  <![end-metadata]-->
    12  
    13  
    14  
    15  # The Docker commands
    16  
    17  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).  
    18  
    19  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.
    20  
    21  ### Docker management commands
    22  
    23  * [daemon](daemon.md)
    24  * [info](info.md)
    25  * [inspect](inspect.md)
    26  * [version](version.md)
    27  
    28  ### Image commands
    29  
    30  * [build](build.md)
    31  * [commit](commit.md)
    32  * [export](export.md)
    33  * [history](history.md)
    34  * [images](images.md)
    35  * [import](import.md)
    36  * [load](load.md)
    37  * [rmi](rmi.md)
    38  * [save](save.md)
    39  * [tag](tag.md)
    40  
    41  ### Container commands
    42  
    43  * [attach](attach.md)
    44  * [cp](cp.md)
    45  * [create](create.md)
    46  * [diff](diff.md)
    47  * [events](events.md)
    48  * [exec](exec.md)
    49  * [kill](kill.md)
    50  * [logs](logs.md)
    51  * [pause](pause.md)
    52  * [port](port.md)
    53  * [ps](ps.md)
    54  * [rename](rename.md)
    55  * [restart](restart.md)
    56  * [rm](rm.md)
    57  * [run](run.md)
    58  * [start](start.md)
    59  * [stats](stats.md)
    60  * [stop](stop.md)
    61  * [top](top.md)
    62  * [unpause](unpause.md)
    63  * [update](update.md)
    64  * [wait](wait.md)
    65  
    66  ### Hub and registry commands
    67  
    68  * [login](login.md)
    69  * [logout](logout.md)
    70  * [pull](pull.md)
    71  * [push](push.md)
    72  * [search](search.md)
    73  
    74  ### Network and connectivity commands
    75  
    76  * [network_connect](network_connect.md)
    77  * [network_create](network_create.md)
    78  * [network_disconnect](network_disconnect.md)
    79  * [network_inspect](network_inspect.md)
    80  * [network_ls](network_ls.md)
    81  * [network_rm](network_rm.md)
    82  
    83  ### Shared data volume commands
    84  
    85  * [volume_create](volume_create.md)
    86  * [volume_inspect](volume_inspect.md)
    87  * [volume_ls](volume_ls.md)
    88  * [volume_rm](volume_rm.md)