Skip to content
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 runtime support? #627

Open
anarchy89 opened this issue Feb 21, 2023 · 9 comments
Open

Podman runtime support? #627

anarchy89 opened this issue Feb 21, 2023 · 9 comments

Comments

@anarchy89
Copy link

Description

I saw that there were plans for podman runtime support. any updates on this?

@abiosoft
Copy link
Owner

Tbh, it is not yet prioritized because there is little to no demand for podman runtime.

@andrewcrook
Copy link

Isn't it compatible with podman's docker interface?

@andrewcrook
Copy link

tbh, I thought demand in podman would have increased since dockers new licensing rules.

@rfay
Copy link
Contributor

rfay commented Apr 15, 2023

@andrewcrook Docker's licensing rules are about Docker Desktop, not the open-source docker-ce. So all linux uses, including Colima's usage, are open-source and not related to that. There has been massive movement to Colima as opposed to Docker Desktop.

And no, podman is absolutely not a drop-in replacement for Docker.

@andrewcrook
Copy link

andrewcrook commented Apr 15, 2023

all linux uses

@rfay not on Linux though and as per installation instruction 'brew install docker’ is docker for desktop not docker-ce

And no, podman is absolutely not a drop-in replacement for Docker.

I didn't say it was. but I have had successes with using the docker interface to work with several tools, so just wondered.

Question is, is there an open source solution that can be used for macOS?

@abiosoft
Copy link
Owner

@rfay not on Linux though and as per installation instruction 'brew install docker’ is docker for desktop not docker-ce

@andrewcrook the brew package is only the docker cli built from source (https://github.com/docker/cli) which is OSS.

So brew install docker is not same as using the proprietary docker desktop.

@andrewcrook
Copy link

andrewcrook commented Apr 15, 2023

@abiosoft I stand corrected brew install docker --formula is cli and brew install docker --cask is docker for desktop thanks for the info I have been looking for docker-ce for macOS and couldn't find it. I thought I used brew install docker to install Docker for Desktop Mac ages ago. then I remember I actually beta tested Desktop for Mac so installed it via DMG

@AngusP
Copy link

AngusP commented Oct 24, 2023

FWIW, you can also brew install podman: https://formulae.brew.sh/formula/podman

And it can also run a Linux VM podman machine init --help (caveat it doesn't look like you can run an x86 VM, unless maybe you install podman with x86 brew, unlike colima which can run multi-arch from the same install)

@andrewcrook
Copy link

@AngusP

Yeah, that’s how I installed it.
I originally thought colima used lima, which supports Podman, in a way that perhaps it would gain its support that way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants