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

How to Replace Docker with Podman #5393

Closed
Yongli0510 opened this issue Apr 3, 2023 · 3 comments
Closed

How to Replace Docker with Podman #5393

Yongli0510 opened this issue Apr 3, 2023 · 3 comments

Comments

@Yongli0510
Copy link

How to replace Docker with Podman? I want to use Podman to create and run containers in OpenWhisk, because Docker changed its usage license, and Podman is the open-source alternative to Docker. Their commands are almost identical.

@Yongli0510 Yongli0510 changed the title How to replace Docker with Podman How to Replace Docker with Podman Apr 3, 2023
@style95
Copy link
Member

style95 commented Apr 3, 2023

OpenWhisk is using the DockerContainer or KubernetesContainer to run containers.

Since it is using the Container trait, I believe we can add another implementation such as PodmanContainer but for now it does not support it.

@Yongli0510
Copy link
Author

Thank you for your prompt response! Looking forward to future work.

@GeorgeS2019
Copy link

GeorgeS2019 commented Oct 10, 2024

[WIP] Using Podman for deploying OpenWhisk

#4891

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

3 participants