Skip to content
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

How install podman on darwin #457

Closed
kachick opened this issue Mar 9, 2024 · 2 comments
Closed

How install podman on darwin #457

kachick opened this issue Mar 9, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@kachick
Copy link
Owner

kachick commented Mar 9, 2024

NixOS/nixpkgs#169118
#150

# Why need the wrapper?
# nixpkgs provide 4.9.3 is not including podman-remote.
# https://github.com/NixOS/nixpkgs/blob/e3474e1d1e53b70e2b2af73ea26d6340e82f6b8b/pkgs/applications/virtualization/podman/default.nix#L104-L108
xdg.dataFile."homemade/bin/podman".source = pkgs.writeShellScript "podman.bash" ''
set -euo pipefail
${lib.getBin pkgs.mise}/bin/mise exec podman@latest -- podman "$@"
'';

#409

@kachick kachick added the help wanted Extra attention is needed label Mar 9, 2024
@kachick
Copy link
Owner Author

kachick commented Mar 11, 2024

Working the manually installed podman desktop, so add docs

@kachick kachick removed the help wanted Extra attention is needed label Mar 11, 2024
@kachick kachick added the documentation Improvements or additions to documentation label Mar 26, 2024
@kachick
Copy link
Owner Author

kachick commented Jun 24, 2024

I'm using WSL2 and NixOS. So maintaining macOS has less benefit for me #485 (comment)

@kachick kachick closed this as completed Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant