mirror of
				https://github.com/docker/compose.git
				synced 2025-10-31 11:14:02 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| <!--[metadata]>
 | |
| +++
 | |
| title = "Command-line Reference"
 | |
| description = "Compose CLI reference"
 | |
| keywords = ["fig, composition, compose, docker, orchestration, cli,  reference"]
 | |
| [menu.main]
 | |
| identifier = "smn_compose_cli"
 | |
| parent = "workw_compose"
 | |
| weight=80
 | |
| +++
 | |
| <![end-metadata]-->
 | |
| 
 | |
| ## Compose command-line reference
 | |
| 
 | |
| The following pages describe the usage information for the [docker-compose](overview.md) subcommands. You can also see this information by running `docker-compose [SUBCOMMAND] --help` from the command line.
 | |
| 
 | |
| * [docker-compose](overview.md)
 | |
| * [build](build.md)
 | |
| * [config](config.md)
 | |
| * [create](create.md)
 | |
| * [down](down.md)
 | |
| * [events](events.md)
 | |
| * [help](help.md)
 | |
| * [kill](kill.md)
 | |
| * [logs](logs.md)
 | |
| * [pause](pause.md)
 | |
| * [port](port.md)
 | |
| * [ps](ps.md)
 | |
| * [pull](pull.md)
 | |
| * [restart](restart.md)
 | |
| * [rm](rm.md)
 | |
| * [run](run.md)
 | |
| * [scale](scale.md)
 | |
| * [start](start.md)
 | |
| * [stop](stop.md)
 | |
| * [unpause](unpause.md)
 | |
| * [up](up.md)
 | |
| 
 | |
| ## Where to go next
 | |
| 
 | |
| * [CLI environment variables](envvars.md)
 | |
| * [docker-compose Command](overview.md)
 |