mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +08:00
Update system reset warning message to warn against deletion of all volumes
Signed-off-by: Barnabé BALP <contact@barnabebalp.fr>
This commit is contained in:
@ -62,7 +62,8 @@ func reset(cmd *cobra.Command, args []string) {
|
|||||||
- all images
|
- all images
|
||||||
- all networks
|
- all networks
|
||||||
- all build cache
|
- all build cache
|
||||||
- all machines`)
|
- all machines
|
||||||
|
- all volumes`)
|
||||||
|
|
||||||
if len(listCtn) > 0 {
|
if len(listCtn) > 0 {
|
||||||
fmt.Println(`WARNING! The following external containers will be purged:`)
|
fmt.Println(`WARNING! The following external containers will be purged:`)
|
||||||
|
Reference in New Issue
Block a user