-
Notifications
You must be signed in to change notification settings - Fork 0
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
🐳 ➡ 🦭 Replace Docker with Podman #409
Conversation
podman-desktop/podman-desktop#5706 much timely ... 😮 |
📝 nixpkgs provide 4.9.3, but looks not include remote. (I have spent N hours to debug why server section is not appeared in So need follows sudo apt-get install uidmap # TODO: replace with nixpkgs `shadow` if I found integration codes cd "$(mktemp --directory)"
wget https://github.com/containers/podman/releases/download/v4.9.3/podman-remote-static-linux_amd64.tar.gz
sudo tar -C /usr/local -xzf podman-remote-static-linux_amd64.tar.gz
/usr/local/bin/podman-remote-static-linux_amd64 version asdf-podman https://github.com/tvon/asdf-podman loooks not active, but worked with ref of tvon/asdf-podman@974e0fb With mise maybe better solution mise plugins install https://github.com/tvon/asdf-podman.git
mise exec podman@latest -- podman version |
My experience in trying kachick/lishogi-dev#9 (comment)
In some projects using docker compose like https://github.com/lichess-org/lila-docker make me hard since this change 🤔 |
Give it a try! |
@@ -1,3126 +0,0 @@ | |||
#compdef docker dockerd | |||
# | |||
# zsh completion for docker (http://docker.com) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file provided in this repo for #236, I don't want to put as this if podman does not make similar error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wrong #423
https://podman-desktop.io/docs/podman/accessing-podman-from-another-wsl-instance
NixOS/nixpkgs#138423 (comment)