1podman-machine-stop(1)() 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 Podman on macOS requires a virtual machine. This is because containers
18 are Linux - containers do not run on any other OS because containers'
19 core functionality are tied to the Linux kernel.
20
21
22 podman machine stop stops a Linux virtual machine where containers are
23 run.
24
25
27 --help
28 Print usage statement.
29
30
32 $ podman machine stop myvm
33
34
35
37 podman-machine (1)
38
39
41 March 2021, Originally compiled by Ashley Cui acui@redhat.com
42 ⟨mailto:acui@redhat.com⟩
43
44
45
46 podman-machine-stop(1)()