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