Closed Yongli0510 closed 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.
Thank you for your prompt response! Looking forward to future work.
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.