1podman-machine-stop(1) General Commands Manual podman-machine-stop(1)
2
3
4
6 podman-machine-stop - Stop a virtual machine
7
8
10 podman machine stop [name]
11
12
14 Stops a virtual machine.
15
16
17 Rootless only.
18
19
20 Podman on MacOS and Windows requires a virtual machine. This is because
21 containers are Linux - containers do not run on any other OS because
22 containers' core functionality are tied to the Linux kernel. Podman ma‐
23 chine must be used to manage MacOS and Windows machines, but can be op‐
24 tionally used on Linux.
25
26
27 podman machine stop stops a Linux virtual machine where containers are
28 run.
29
30
32 --help
33 Print usage statement.
34
35
37 $ podman machine stop myvm
38
39
40
42 podman(1), podman-machine(1)
43
44
46 March 2021, Originally compiled by Ashley Cui acui@redhat.com
47 ⟨mailto:acui@redhat.com⟩
48
49
50
51 podman-machine-stop(1)