introduce --renew-anon-volumes

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2021-03-02 08:38:15 +01:00
parent dd843bded8
commit 7c4c534b36
No known key found for this signature in database
GPG key ID: 9858809D6F8F6E7E
4 changed files with 17 additions and 7 deletions

View file

@ -71,6 +71,8 @@ type CreateOptions struct {
RemoveOrphans bool
// Recreate define the strategy to apply on existing containers
Recreate string
// Inherit reuse anonymous volumes from previous container
Inherit bool
}
// StartOptions group options of the Start API