-
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
Podman on mac not connecting. #1
Comments
do i have to enable docker compatibility maybe ? |
@gedw while we use nktest primarily for CI/CD tests, which run 100% under linux, and works great out of the box with i'd appreciate your help/assistance with this, especially if you're a regular macOS user. if you were so inclined to try out some tests, i'd suggest trying to get other containers working with podman, with local volume mounts. the last time i was trying this, i had issues with running the postgres container and gave up. it's worth noting that the way podman works on macOS is that it runs a full VM using qemu, and then connects (over ssh) to the VM and uses that VM's podman host. i understand it'd be great to just be able to use it natively on macOS, but as a workaround that would net you the same workflow, i'd suggest running a small linux vm yourself on macOS, with a directory mounted on your host macOS, and then shell in and use it for tests. you'd still be able use the macOS UI/apps for developing, just would need to run tests under your linux vm. |
I got podman working with other containers. Works very well ! Much better than colima etc… I enabled docker and docker compose integration. In .zshrc i added a docker alias also. so will also try again this weekend. |
Got it running by exporting CONTAINER_HOST to the one specified by podman: |
Just tried, not working for me either sadly |
I changed to orb stack and it’s been totally painless |
Any quick guide I could follow for that? |
Just download it and it just works. It’s really good . uninstall all docker crap first. |
I’m not familiar with nktest |
This is a cool approach - thanks for putting this up.
i did the setup on Mac...
But cant connect. I am new to Podman :)
The text was updated successfully, but these errors were encountered: