mirror of
https://github.com/containers/podman.git
synced 2025-06-24 11:28:24 +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 networks
|
||||
- all build cache
|
||||
- all machines`)
|
||||
- all machines
|
||||
- all volumes`)
|
||||
|
||||
if len(listCtn) > 0 {
|
||||
fmt.Println(`WARNING! The following external containers will be purged:`)
|
||||
|
Reference in New Issue
Block a user