mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
prompt user to confirm volume recreation
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
332311358e
commit
8e0520e71e
8 changed files with 104 additions and 13 deletions
|
|
@ -207,6 +207,8 @@ type CreateOptions struct {
|
|||
Timeout *time.Duration
|
||||
// QuietPull makes the pulling process quiet
|
||||
QuietPull bool
|
||||
// AssumeYes assume "yes" as answer to all prompts and run non-interactively
|
||||
AssumeYes bool
|
||||
}
|
||||
|
||||
// StartOptions group options of the Start API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue