-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 Mac Client tutorial is outdated #6830
Comments
Thanks for opening the issue, @akhilles! @ashley-cui, could you tackle it? |
The instructions on https://github.com/containers/libpod/blob/master/docs/tutorials/remote_client.md are in the same state. And we have the same issue on https://minikube.sigs.k8s.io/docs/drivers/podman/ - in that it doesn't work with podman2... So it's more of a generic issue, due to the breaking API changes in v2. We will recommend that people stay with v1.9.3 until it can be updated. |
Added a similar warning about the new podman v2 API to the front page of https://github.com/boot2podman/machine Most likely people will have to set up their own Linux VM, with something that is compatible with the new Podman release. https://podman.io/getting-started/installation
|
Moved to https://developers.redhat.com/blog/2020/02/12/podman-for-macos-sort-of/ So if you prefer VirtualBox over qemu and Fedora over boot2podman, you might as well just use Vagrant for setup: https://boot2podman.github.io/2020/07/22/machine-replacement.html |
A friendly reminder that this issue had no activity for 30 days. |
@ashley-cui @baude PTAL |
Description
The tutorial at
docs/tutorials/mac_client.md
seems outdated. The instructions specify the use of a--remote-host
flag, but this flag doesn't seem to exist on the latest version of podman. There's also a broken link to https://github.com/containers/libpod/blob/master/docs/podman-remote.conf.5.md on the same page.Steps to reproduce the issue:
Output of
podman version
:Package info (e.g. output of
rpm -q podman
orapt list podman
):The text was updated successfully, but these errors were encountered: