Vouch request: gmenher #2614
Closed
gmenher
started this conversation in
Vouch Request
Replies: 2 comments
|
/vouch |
0 replies
|
@gmenher has been vouched by @johntmyers. You can now submit pull requests to OpenShell. Welcome aboard. Please read CONTRIBUTING.md before submitting. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What do you want to work on?
Hi my name is Gaizka and I'm a spanish Software Engineer from Red Hat. I would like to work on fixing #1690, documenting the macOS Podman socket path mismatch that breaks gateway auto-detection on Homebrew-installed Podman. The default probe path (
~/.local/share/containers/podman/machine/podman.sock) does not exist; the actual socket lives under$TMPDIRand needs be resolved dynamically via podman machine inspect.I opeed a PR on my own fork to address this: gmenher/OpenShell/pull/1
Why this change?
Any macOS user with Homebrew Podman hits "Podman socket not found" error on a running machine. The fix is a one-liner env var (
OPENSHELL_PODMAN_SOCKET) but there's no documentation pointing users to it. I hit this myself setting up my local dev environment.Checklist
All reactions