apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.56k stars 1.17k forks source link

How to Replace Docker with Podman #5393

Closed Yongli0510 closed 1 year ago

Yongli0510 commented 1 year ago

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.

style95 commented 1 year ago

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 commented 1 year ago

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

GeorgeS2019 commented 1 month ago

[WIP] Using Podman for deploying OpenWhisk

https://github.com/apache/openwhisk/pull/4891