Installing and Using Podman on Mac
To allow volume mounts on MacOS, podman machine needs to be created with access to the folder from which you are going to attempt to mount sub-folders, so it would have access to it. Is likely that most MacOS users would only want to mount from within their home directory, so machine should be created like below:
Resources
- https://stackoverflow.com/questions/70971713/mounting-volumes-between-host-macos-bigsur-and-podman-vm
- https://dhwaneetbhatt.com/blog/run-docker-without-docker-desktop-on-macos/
- https://0to1.nl/post/minikube-m1-pro-issues/
Error `unable to upgrade to tcp, received 409
This is a bit of an annoying catch all error which is masked by podman when running docker in compatibility mode. You can often get to the bottom of it by running the same command in podman instead.