mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
introduce --renew-anon-volumes
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
dd843bded8
commit
7c4c534b36
4 changed files with 17 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue