|
|
|
|
|
by esamatti
1757 days ago
|
|
Seems like it ------- Podman is a tool for running Linux containers. You can do this from a MacOS desktop as long as you have access to a linux box either running inside of a VM on the host, or available via the network. Podman includes a command, podman machine that automatically manages VM’s. To start the Podman-managed VM: podman machine init
podman machine start ------- from: https://podman.io/getting-started/installation |
|