2015-07-17 02:30:49 +02:00
<!-- [metadata]>
+++
title = "Compose CLI reference"
description = "Compose CLI reference"
keywords = ["fig, composition, compose, docker, orchestration, cli, reference"]
[menu.main]
identifier = "smn_compose_cli"
2015-08-24 21:25:25 +02:00
parent = "smn_compose_ref"
2015-07-17 02:30:49 +02:00
+++
<![end-metadata]-->
## Compose CLI reference
2015-10-13 13:01:19 +02:00
The following pages describe the usage information for the [docker-compose ](docker-compose.md ) subcommands. You can also see this information by running `docker-compose [SUBCOMMAND] --help` from the command line.
2015-07-17 02:30:49 +02:00
2015-10-13 13:01:19 +02:00
* [build ](build.md )
2015-08-31 20:31:20 +02:00
* [events ](events.md )
2015-10-13 13:01:19 +02:00
* [help ](help.md )
* [kill ](kill.md )
* [logs ](logs.md )
* [port ](port.md )
2015-08-31 20:31:20 +02:00
* [ps ](ps.md )
2015-10-13 13:01:19 +02:00
* [pull ](pull.md )
2015-08-31 20:31:20 +02:00
* [restart ](restart.md )
2015-10-13 13:01:19 +02:00
* [rm ](rm.md )
2015-08-31 20:31:20 +02:00
* [run ](run.md )
2015-10-13 13:01:19 +02:00
* [scale ](scale.md )
2015-08-31 20:31:20 +02:00
* [start ](start.md )
2015-10-13 13:01:19 +02:00
* [stop ](stop.md )
2015-08-31 20:31:20 +02:00
* [up ](up.md )
2015-09-02 22:59:04 +02:00
## Where to go next
2015-10-13 13:01:19 +02:00
* [CLI environment variables ](overview.md )
* [docker-compose Command ](docker-compose.md )