Merge pull request #15634 from bbalp/update-system-reset-warning-message
Update system reset warning message regarding deletion of volumes
This commit is contained in:
commit
6254d38720
|
@ -62,7 +62,8 @@ func reset(cmd *cobra.Command, args []string) {
|
|||
- all images
|
||||
- all networks
|
||||
- all build cache
|
||||
- all machines`)
|
||||
- all machines
|
||||
- all volumes`)
|
||||
|
||||
if len(listCtn) > 0 {
|
||||
fmt.Println(`WARNING! The following external containers will be purged:`)
|
||||
|
|
|
@ -37,6 +37,7 @@ WARNING! This will remove:
|
|||
- all networks
|
||||
- all build cache
|
||||
- all machines
|
||||
- all volumes
|
||||
Are you sure you want to continue? [y/N] y
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue