podman/contrib/python
Ed Santiago 3d0cdd898c pypod create/run: ignore args for container command
Don't try to argparse command-line arguments on the right-hand
side of the image; those are intended for the container command:

   pypodman create fedora ls -l
   pypodman run fedora find / -name foo
   pypodman run fedora bash -c 'echo hi'

If/when `pypodman exec` gets implemented, it should use this too.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2018-11-28 11:27:52 -07:00
..
podman Merge pull request #1885 from edsantiago/split_token_none 2018-11-28 08:57:21 -08:00
pypodman pypod create/run: ignore args for container command 2018-11-28 11:27:52 -07:00
.gitignore Provide examples for python podman API 2018-06-01 21:19:56 +00:00