Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
Is your feature request related to a problem? Please describe.
Unlike dockerengine.go, podmanengine.go does not uses API. It instead uses exec.Command which requires podman binary to perform any operation.
Is your feature request related to a problem? Please describe. Unlike dockerengine.go, podmanengine.go does not uses API. It instead uses
exec.Command
which requirespodman
binary to perform any operation.Describe the solution you'd like Use libpod
Additional context https://github.com/konveyor/move2kube/issues/599#issuecomment-955157610