Implement container 'restart' tag.

This commit is contained in:
Andreas B. Mundt 2022-04-02 18:19:45 +02:00 committed by Andreas B. Mundt
parent ee15b0c272
commit c7030c9245
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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
########### ###########