1podman-machine-start(1)() podman-machine-start(1)()
2
3
4
6 podman-machine-start - Start a virtual machine
7
8
10 podman machine start [name]
11
12
14 Starts a virtual machine for Podman.
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 Only one Podman managed VM can be active at a time. If a VM is already
23 running, podman machine start will return an error.
24
25
26 podman machine start starts a Linux virtual machine where containers
27 are run.
28
29
31 --help
32 Print usage statement.
33
34
36 $ podman machine start myvm
37
38
39
41 podman-machine (1)
42
43
45 March 2021, Originally compiled by Ashley Cui acui@redhat.com
46 ⟨mailto:acui@redhat.com⟩
47
48
49
50 podman-machine-start(1)()