mirror of
				https://github.com/docker/compose.git
				synced 2025-10-31 11:14:02 +01:00 
			
		
		
		
	add pull flag to create and up documentation Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			637 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			637 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # docker compose create
 | |
| 
 | |
| <!---MARKER_GEN_START-->
 | |
| Creates containers for a service.
 | |
| 
 | |
| ### Options
 | |
| 
 | |
| | Name | Type | Default | Description |
 | |
| | --- | --- | --- | --- |
 | |
| | `--build` |  |  | Build images before starting containers. |
 | |
| | `--force-recreate` |  |  | Recreate containers even if their configuration and image haven't changed. |
 | |
| | `--no-build` |  |  | Don't build an image, even if it's missing. |
 | |
| | `--no-recreate` |  |  | If containers already exist, don't recreate them. Incompatible with --force-recreate. |
 | |
| | `--pull` | `string` | `missing` | Pull image before running ("always"\|"missing"\|"never") |
 | |
| 
 | |
| 
 | |
| <!---MARKER_GEN_END-->
 | |
| 
 |