logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.  podmanmachineimageapply 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 distribution (Fedora CoreOS).

       For more information, see the rpm-ostree documentation.

       The  default  machine  name is podman-machine-default. If a machine name is not specified as an argument,
       then the OS changes will be applied to podman-machine-default.

Examples

       Update the default Podman machine to the specified bootable OCI image.

       $ podman machine os apply quay.io/podman_next

       Update the specified Podman machine to the specified bootable OCI image.

       $ podman machine os apply quay.io/podman_next podman-machine-default

History

       February 2023, Originally compiled by Ashley Cui acui@redhat.commailto:acui@redhat.compodman-machine-os-apply(1)

Name

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

Options

--help
       Print usage statement.

   --restart
       Restart VM after applying changes.

See Also

podman(1), podman-machine(1), podman-machine-os(1)

Synopsis

podmanmachineosapply [options] image [vm]

See Also