-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Podman Desktop driver on Mac or Win (and Linux) #8003
Comments
There's some minor differences, that we need to handle in code
Probably just use the regular "tee" workaround for this scenario.
Added PR #8060 for this This bug is containers/podman#4207 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Currently I am testing this locally, by renaming Probably needs some better way of doing this globally, even if only for debugging. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Hi folks, I got remote vm provisioning working with a combination of vagrant and virtualbox on macOS today using a combination of:
Would we be willing to add the dependencies? Or with a I'd love to leave Docker completely behind on macOS. |
@cdbattags : what did you use for the port forwarding, from the macOS host to the virtualbox VM ? Currently using the minikube VM "directly" is the better option still, if not running Docker Desktop. But eventually it should be possible to have minikube talk to a remote daemon or podman too. If this VM keeps running in the background, it might be "faster" to start/stop clusters on the VM.
You can still use Minikube with VirtualBox, without Docker. If you want to use the |
Could podman commands be executed as |
Possibly ? But then we need more parameters controlling how Podman is invoked... |
This has now moved into a new product called "Podman Desktop": https://podman-desktop.io/ It includes the |
We should test (and document) running the
podman
driver remotely, on non-Linux platforms.Basically these platforms install
podman-remote
aspodman
, 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
https://github.com/containers/libpod/blob/master/docs/source/markdown/podman-remote.conf.5.md
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
The text was updated successfully, but these errors were encountered: