2015-10-08 10:20:06 -04:00
<!-- [metadata]>
+++
2016-01-23 23:36:40 -05:00
title = "Command line reference"
2015-10-08 10:20:06 -04:00
description = "Docker's CLI command description and usage"
keywords = ["Docker, Docker documentation, CLI, command line"]
[menu.main]
identifier= "smn_cli"
2016-01-23 23:36:40 -05:00
parent = "engine_ref"
weight=-70
2015-10-08 10:20:06 -04:00
+++
2015-11-22 20:15:39 -05:00
<![end-metadata]-->
2015-10-08 10:20:06 -04:00
# The Docker commands
2015-11-18 19:32:23 -05:00
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 ).
2015-10-08 10:20:06 -04:00
2016-04-28 02:55:22 -04:00
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.
2015-10-08 10:20:06 -04:00
### Docker management commands
2016-04-28 02:55:22 -04:00
* [dockerd ](dockerd.md )
2015-10-09 19:50:41 -04:00
* [info ](info.md )
* [inspect ](inspect.md )
* [version ](version.md )
2015-10-08 10:20:06 -04:00
### Image commands
2015-10-09 19:50:41 -04:00
* [build ](build.md )
* [commit ](commit.md )
* [export ](export.md )
* [history ](history.md )
* [images ](images.md )
* [import ](import.md )
* [load ](load.md )
* [rmi ](rmi.md )
* [save ](save.md )
* [tag ](tag.md )
2015-10-08 10:20:06 -04:00
### Container commands
2015-10-09 19:50:41 -04:00
* [attach ](attach.md )
* [cp ](cp.md )
* [create ](create.md )
* [diff ](diff.md )
* [events ](events.md )
* [exec ](exec.md )
* [kill ](kill.md )
* [logs ](logs.md )
* [pause ](pause.md )
* [port ](port.md )
* [ps ](ps.md )
* [rename ](rename.md )
* [restart ](restart.md )
* [rm ](rm.md )
* [run ](run.md )
* [start ](start.md )
* [stats ](stats.md )
* [stop ](stop.md )
* [top ](top.md )
* [unpause ](unpause.md )
2015-12-28 06:19:26 -05:00
* [update ](update.md )
2015-10-09 19:50:41 -04:00
* [wait ](wait.md )
2015-10-08 10:20:06 -04:00
### Hub and registry commands
2015-10-09 19:50:41 -04:00
* [login ](login.md )
* [logout ](logout.md )
* [pull ](pull.md )
* [push ](push.md )
* [search ](search.md )
2015-10-08 10:20:06 -04:00
### Network and connectivity commands
2015-10-09 19:50:41 -04:00
* [network_connect ](network_connect.md )
* [network_create ](network_create.md )
* [network_disconnect ](network_disconnect.md )
* [network_inspect ](network_inspect.md )
* [network_ls ](network_ls.md )
* [network_rm ](network_rm.md )
2015-10-08 10:20:06 -04:00
### Shared data volume commands
2015-10-09 19:50:41 -04:00
* [volume_create ](volume_create.md )
* [volume_inspect ](volume_inspect.md )
* [volume_ls ](volume_ls.md )
* [volume_rm ](volume_rm.md )