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=stop stop all containers
|
||||
## --tags=restart stop, then start all containers
|
||||
## --tags=reset reset all containers to the initial image
|
||||
## --tags=purge purge all containers
|
||||
## --tags=setup purge all containers and setup again
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
- reset
|
||||
- purge
|
||||
- setup
|
||||
- restart
|
||||
|
||||
- name: purge all containers
|
||||
command:
|
||||
|
@ -51,6 +52,7 @@
|
|||
- never
|
||||
- start
|
||||
- reset
|
||||
- restart
|
||||
|
||||
###########
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue