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