Difference between revisions of "IT-SDK-Podman"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) |
Samerhijazi (talk | contribs) (→init) |
||
| Line 11: | Line 11: | ||
podman machine stop | podman machine stop | ||
podman machine rm -f podman-machine-default | podman machine rm -f podman-machine-default | ||
| + | ------------------------------------------- | ||
| + | podman machine set --rootful | ||
| + | sudo /opt/homebrew/Cellar/podman/4.7.2/bin/podman-mac-helper install | ||
| + | podman machine stop/opt/homebrew/Cellar/podman/4.7.2/bin/podman-mac-helper; podman machine start/opt/homebrew/Cellar/podman/4.7.2/bin/podman-mac-helper | ||
| + | export DOCKER_HOST='unix:///Users/FEZSDZ7/.local/share/containers/podman/machine/qemu/podman.sock' | ||
</pre> | </pre> | ||
Revision as of 15:20, 23 November 2023
ref
- https://medium.com/rahasak/switching-from-docker-desktop-to-podman-on-macos-m1-m2-arm64-cpu-7752c02453ec
- https://dev.to/kanekotic/replace-docker-desktop-with-podman-in-osx-29cl
- /etc/containers/registries.conf
init
alias docker=podman podman machine init podman machine ls podman machine start podman machine stop podman machine rm -f podman-machine-default ------------------------------------------- podman machine set --rootful sudo /opt/homebrew/Cellar/podman/4.7.2/bin/podman-mac-helper install podman machine stop/opt/homebrew/Cellar/podman/4.7.2/bin/podman-mac-helper; podman machine start/opt/homebrew/Cellar/podman/4.7.2/bin/podman-mac-helper export DOCKER_HOST='unix:///Users/FEZSDZ7/.local/share/containers/podman/machine/qemu/podman.sock'