Mohit Marathe

Results 4 issues of Mohit Marathe

**Is your feature request related to a problem? Please describe.** Unlike [dockerengine.go](https://github.com/konveyor/move2kube/blob/main/environment/container/dockerengine.go), [podmanengine.go](https://github.com/konveyor/move2kube/blob/main/environment/container/podmanengine.go) does not uses API. It instead uses `exec.Command` which requires `podman` binary to perform any operation. **Describe...

needs investigation

Change-Id: I6cdf59332a0549839632c842e64352a4b19f8f37 * Target version: master ### Summary ### Checklist - [ ] I have run `make prettier-write` and formatted the code. - [x] All commits have Change-Id - [...