Closed umohnani8 closed 9 months ago
What about the tests?
@rhatdan no tests are needed, we are just adding an alias
@lsm5 @jwhonce @rhatdan PTAL
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: lsm5, umohnani8
The full list of commands accepted by this bot can be found here.
The pull request process is described here
LGTM /hold cancel
/hold cancel
Currently
podman-py
uses all three versions ofwork_dir
,working_dir
andworkdir
(not to mentionWorkingDir
).This commit tries to unify the parameter usage by allowing
workdir
for containercreate
orrun
. For backwards compatibilityworking_dir
still works.Since upstream Podman uses a variety of workdir versions the
podman-py
codebase can't be simplified further.Fix: #330