Implement container 'restart' tag.
This commit is contained in:
		
							parent
							
								
									ee15b0c272
								
							
						
					
					
						commit
						c7030c9245
					
				
					 2 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -14,6 +14,7 @@
 | 
				
			||||||
##
 | 
					##
 | 
				
			||||||
##    --tags=start    start all containers
 | 
					##    --tags=start    start all containers
 | 
				
			||||||
##    --tags=stop     stop all containers
 | 
					##    --tags=stop     stop all containers
 | 
				
			||||||
 | 
					##    --tags=restart  stop, then start all containers
 | 
				
			||||||
##    --tags=reset    reset all containers to the initial image
 | 
					##    --tags=reset    reset all containers to the initial image
 | 
				
			||||||
##    --tags=purge    purge all containers
 | 
					##    --tags=purge    purge all containers
 | 
				
			||||||
##    --tags=setup    purge all containers and setup again
 | 
					##    --tags=setup    purge all containers and setup again
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -20,6 +20,7 @@
 | 
				
			||||||
    - reset
 | 
					    - reset
 | 
				
			||||||
    - purge
 | 
					    - purge
 | 
				
			||||||
    - setup
 | 
					    - setup
 | 
				
			||||||
 | 
					    - restart
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: purge all containers
 | 
					- name: purge all containers
 | 
				
			||||||
  command:
 | 
					  command:
 | 
				
			||||||
| 
						 | 
					@ -51,6 +52,7 @@
 | 
				
			||||||
    - never
 | 
					    - never
 | 
				
			||||||
    - start
 | 
					    - start
 | 
				
			||||||
    - reset
 | 
					    - reset
 | 
				
			||||||
 | 
					    - restart
 | 
				
			||||||
 | 
					
 | 
				
			||||||
###########
 | 
					###########
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue