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 The default machine name is podman-machine-default. If a machine name
28 is not specified as an argument, then podman-machine-default will be
29 started.
30
31
32 Only one Podman managed VM can be active at a time. If a VM is already
33 running, podman machine start returns an error.
34
35
36 podman machine start starts a Linux virtual machine where containers
37 are run.
38
39
41 --help
42 Print usage statement.
43
44
45 --no-info
46 Suppress informational tips.
47
48
49 --quiet, -q
50 Suppress machine starting status output.
51
52
54 $ podman machine start myvm
55
56
57
59 podman(1), podman-machine(1)
60
61
63 March 2021, Originally compiled by Ashley Cui acui@redhat.com
64 ⟨mailto:acui@redhat.com⟩
65
66
67
68 podman-machine-start(1)