mirror of https://github.com/docker/docs.git
				
				
				
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			685 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			685 B
		
	
	
	
		
			YAML
		
	
	
	
command: docker app split
 | 
						|
short: Split a single-file Docker Application definition into the directory format
 | 
						|
long: Split a single-file Docker Application definition into the directory format
 | 
						|
usage: docker app split [APP_NAME] [--output OUTPUT_DIRECTORY]
 | 
						|
pname: docker app
 | 
						|
plink: docker_app.yaml
 | 
						|
options:
 | 
						|
- option: output
 | 
						|
  shorthand: o
 | 
						|
  value_type: string
 | 
						|
  description: 'Output directory (default: in-place)'
 | 
						|
  deprecated: false
 | 
						|
  experimental: false
 | 
						|
  experimentalcli: false
 | 
						|
  kubernetes: false
 | 
						|
  swarm: false
 | 
						|
examples: $ docker app split myapp.dockerapp --output myapp-directory.dockerapp
 | 
						|
deprecated: false
 | 
						|
experimental: false
 | 
						|
experimentalcli: true
 | 
						|
kubernetes: false
 | 
						|
swarm: false
 | 
						|
 |