'Can I install packages or otherwise modify the underlying VM when using Podman on a Mac?

I am using Podman (version 4.03) on a Mac which sets up an underlying VM that runs Fedora CoreOS.

Reference to Podman architecture on Mac

I am able to ssh into the underlying VM with podman machine ssh.

Can I install packages or otherwise change/update the underlying system in any way?

I tried to install some packages and then tried to restart the VM with 'podman machine stop' and 'podman machine start' but found that I was unable to connect to the machine after the above set of operations.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source