mirror of
https://github.com/containers/podman.git
synced 2025-06-02 02:26:52 +08:00

Podman machine remove is now called `rm`. Podman machine create now supports resizing the image to the value of --disk-size as provided. The default is to 10G. Added systemd unit file on guest via ignition that sends a Ready message to the host over a virtio-socket so that we know when the VM is booted and ready for use. Podman machine commands no longer require a VM name as an argument. A default VM name is defined and if no VM name is provided as a arg, the default will be used. [NO TESTS NEEDED] Signed-off-by: baude <bbaude@redhat.com>
651 B
651 B
% podman-machine-stop(1)
NAME
podman-machine-stop - Stop a virtual machine
SYNOPSIS
podman machine stop [name]
DESCRIPTION
Stops a virtual machine.
Podman on MacOS requires a virtual machine. This is because containers are Linux - containers do not run on any other OS because containers' core functionality are tied to the Linux kernel.
podman machine stop stops a Linux virtual machine where containers are run.
OPTIONS
--help
Print usage statement.
EXAMPLES
$ podman machine stop myvm
SEE ALSO
podman-machine (1)
HISTORY
March 2021, Originally compiled by Ashley Cui acui@redhat.com