1podman-machine-os-apply(1)  General Commands Manual podman-machine-os-apply(1)
2
3
4

NAME

6       podman-machine-os-apply - Apply an OCI image to a Podman Machine's OS
7
8

SYNOPSIS

10       podman machine os apply [options] image [vm]
11
12

DESCRIPTION

14       Apply machine OS changes from an OCI image.
15
16
17       VM's  that  use OS's that use rpm-ostreee have the capability to rebase
18       itself from the content of an OCI image.  podman  machine  image  apply
19       takes  an  OCI image with container native ostree functionality and re‐
20       bases itself on that image.
21
22
23       By default, Podman machines on Mac and Linux use  an  rpm-ostree  based
24       distribution (Fedora CoreOS).
25
26
27       For more information, see the rpm-ostree documentation.
28
29
30       The  default  machine name is podman-machine-default. If a machine name
31       is not specified as an argument, then the OS changes will be applied to
32       podman-machine-default.
33
34

OPTIONS

36   --help
37       Print usage statement.
38
39
40   --restart
41       Restart VM after applying changes.
42
43

EXAMPLES

45       $ podman machine os apply quay.io/podman_next
46       $ podman machine os apply quay.io/podman_next podman-machine-default
47
48
49

SEE ALSO

51       podman(1), podman-machine(1), podman-machine-os(1)
52
53

HISTORY

55       February  2023,  Originally  compiled  by  Ashley  Cui  acui@redhat.com
56       ⟨mailto:acui@redhat.com⟩
57
58
59
60                                                    podman-machine-os-apply(1)
Impressum