spiegel_podman/cmd/podman/machine
Brent Baude 10d748f584 Introduce Podman machine reset
Podman machine reset is a new command that will "reset" your podman
machine environment.  Reset is defined as:

* Stop and Remove all VMs
* Remove the following directories:
    - configuration dir i.e. ~/.config/containers/podman/machine/qemu
    - data dir i.e. ~/.local/.share/containers/podman/machine/qemu

When deleting, if errors are encountered, they will be batched and spit
out at the end.  Podman will try to proceed even in error in doing what
it was told.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2024-02-18 08:43:12 -06:00
..
os Bump Go module to v5 2024-02-08 09:35:39 -05:00
client9p.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
info.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
init.go machine init: validate machine name and username 2024-02-16 15:58:39 +01:00
inspect.go fix usermode test 2024-02-16 09:17:29 -06:00
list.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
machine.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
machine_unix.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
machine_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
machine_windows.go Fix podman machine on Windows 2022-06-30 16:21:59 -05:00
os.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
reset.go Introduce Podman machine reset 2024-02-18 08:43:12 -06:00
rm.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
server9p.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
set.go Complete WSL implementation, refactor a few areas 2024-02-11 12:58:11 -06:00
ssh.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
start.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
stop.go Bump Go module to v5 2024-02-08 09:35:39 -05:00