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.
Describe the solution you'd like
Use libpod
Additional context
#599 (comment)