1podman-machine-start(1) General Commands Manual 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 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 Only one Podman managed VM can be active at a time. If a VM is already
28 running, podman machine start will return an error.
29
30
31 podman machine start starts a Linux virtual machine where containers
32 are run.
33
34
36 --help
37 Print usage statement.
38
39
41 $ podman machine start myvm
42
43
44
46 podman(1), podman-machine(1)
47
48
50 March 2021, Originally compiled by Ashley Cui acui@redhat.com
51 ⟨mailto:acui@redhat.com⟩
52
53
54
55 podman-machine-start(1)