-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
We should test (and document) running the podman driver remotely, on non-Linux platforms.
Basically these platforms install podman-remote as podman, and run commands over varlink.
There is no documentation on how to set up the remote VM for Mac or Win, unfortunately...
The upstream install docs all assume that such a Linux host is already available over SSH:
https://podman.io/getting-started/installation
MacOS
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. You need to install the remote client and then setup ssh connection information in the podman-remote.conf file.Windows
Podman is a tool for running Linux containers. You can do this from a Windows 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. You need to install the remote client and then setup ssh connection information in the podman-remote.conf file.
Theoretically using podman-machine should work, as long as you use the systemd one:
https://boot2podman.github.io/2018/12/07/fedora-iso-variant.html
It is also possible to do it yourself, using the hypervisor of your choice... (and a Fedora ISO)
There is a walkthrough here: https://itnext.io/podman-and-skopeo-on-macos-1b3b9cf21e60
We need to document some minikube-specific configuration, like switching over to cgroupfs