lavie / runlike

Given an existing docker container, prints the command line necessary to run a copy of it.
Other
1.99k stars 118 forks source link

Feature Request: Support for podman #71 #87

Closed clavinjune closed 2 years ago

clavinjune commented 3 years ago

add --podman flags

Signed-off-by: Clavin June juneardoc@gmail.com

lavie commented 3 years ago

@ClavinJune the PR replicates the test fixtures, which means they now have now to be maintained separately for every feature. This isn't very DRY, which is a problem. Since the CLI usage doesn't seem to be that different between docker and podman, I think you can edit the original fixture script and add to it some minimal logic to use the appropriate command without replicating all the fixtures.