-
Notifications
You must be signed in to change notification settings - Fork 16
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
Reuse minikube podman #20
Comments
I made the decision to not bother with varlink for the minikube image, but I suppose that could be revisited. Originally I was a bit concerned about the root requirement for ssh, but now works with sudo. If I remember correctly, what needs to be done is to install the
Could you open an issue over at minikube, instead ? I don't think that this will require any changes to libmachine. (*) The resolver allows you to say $ sudo varlink resolve io.podman
unix:/run/podman/io.podman;mode=0600 The downside is of course that you have to hardcode So - as long as podman is the only thing in the world that uses varlink, it's not really a win. |
Packaged I think the systemd socket/service are available from podman's |
The varlink support is being removed upstream, so I think that I will continue with using ssh. |
Using the systemd units requires ssh as root, so better to use the varlink bridge after all... The command to run is: |
In my setup I have no local docker daemon and a minikube running in virtualbox on mac.
On the minikube podman is working fine. (minikube ssh)
Now I was trying to use podman's PODMAN_VARLINK_BRIDGE to connect to the minikube podman.
This would be nice that I could do podman build and the actual build would be done in virtualbox so that the image is also available for minikube to use.
The text was updated successfully, but these errors were encountered: