Files
podman/docs/source/markdown/podman-machine-os-apply.1.md
Erik Sjölund d4cfc498d7 Remove unnecessary use of the word "please".
Only use the word "please" in these situations:

- reader is asked to do something inconvenient
- reader is asked for permission
- reader is asked for forgiveness

Remove other uses of the word "please" to
make the language more efficient.

[NO NEW TESTS NEEDED]

Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
2023-07-23 17:31:29 +02:00

1.3 KiB

% podman-machine-os-apply 1

NAME

podman-machine-os-apply - 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, 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.

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

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

HISTORY

February 2023, Originally compiled by Ashley Cui acui@redhat.com