podman-machine-os-apply - Man Page
Apply an OCI image to a Podman Machine's OS
Synopsis
podman machine os apply [options] image [vm]
Description
Apply machine OS changes from an OCI image.
VM's that use OS's that use rpm-ostreee have the capability to rebase itself from the content of an OCI image. podman machine image apply
takes an OCI image with container native ostree functionality and rebases itself on that image.
By default, Podman machines on Mac and Linux use an rpm-ostree based distrubition (Fedora CoreOS).
For more information, please see the rpm-ostree docs.
Options
--help
Print usage statement.
--restart
Restart VM after applying changes.
Examples
$ podman machine os apply quay.io/podman_next $ podman machine os apply quay.io/podman_next podman-machine-defualt
See Also
History
February 2023, Originally compiled by Ashley Cui acui@redhat.com ⟨mailto:acui@redhat.com⟩
Referenced By
The man page docker-machine-os-apply(1) is an alias of podman-machine-os-apply(1).