I want to use podman in macbook pro with M1 pro chip. First I run this command to initial podman:
➜ retire git:(master) podman machine init
Downloading VM image: fedora-coreos-36.20220511.dev.0-qemu.aarch64.qcow2.xz: done
Extracting compressed file
Image resized.
Machine init complete
To start your machine run:
podman machine start
After start the VM, then using this command to pull but encount an error:
➜ retire git:(master) podman pull registry.cn-hangzhou.aliyuncs.com/reddwarf-pro/yapi:0ac4a62af8f232cae90ac955708c23d8386b2033
Error: 1 error occurred:
* error getting credentials - err: exec: "docker-credential-gcloud": executable file not found in $PATH, out: ``
is it possible to use podman in macOS? what should I do to fixed this problem?