mirror of
https://github.com/containers/podman.git
synced 2025-05-21 09:05:56 +08:00
machine rm -f stops and removes machine
If you want to remove a running machine, you can now pass the --force/-f to podman machine rm and the machine will be stopped and removed without confirmations. Fixes: #13448 [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -23,9 +23,9 @@ is used.
|
||||
|
||||
Print usage statement.
|
||||
|
||||
#### **--force**
|
||||
#### **--force**, **-f**
|
||||
|
||||
Delete without confirmation
|
||||
Stop and delete without confirmation
|
||||
|
||||
#### **--save-ignition**
|
||||
|
||||
@ -58,6 +58,10 @@ The following files will be deleted:
|
||||
Are you sure you want to continue? [y/N] y
|
||||
```
|
||||
|
||||
```
|
||||
$ podman machine rm -f test1
|
||||
$
|
||||
```
|
||||
## SEE ALSO
|
||||
**[podman(1)](podman.1.md)**, **[podman-machine(1)](podman-machine.1.md)**
|
||||
|
||||
|
Reference in New Issue
Block a user