Closed angelofenoglio closed 1 month ago
As of now the only modifications we have found are necessary are:
sh -c
explicitly so that the login script is executed by a shell
https://github.com/binbashar/leverage/blob/master/leverage/container.py#L408
Describe the Feature
Make the implementation more compatible with Podman.
Expected Behavior
The tool can run and perform basic operations using Podman as the container manager and not just Docker.
Use Case
Users that may use Podman instead of Docker.
Describe Ideal Solution
Leverage is able to run and execute commands on systems that use Podman instead of Docker.
Alternatives Considered
-
Additional Context
-