mirror of https://github.com/containers/podman.git
First, use the pflag library to parse the flags. With this we can handle all corner cases such as -td or --detach=false. Second, preserve the root args with --new. They are used for all podman commands in the unit file. (e.g. podman --root /tmp run alpine) Signed-off-by: Paul Holzinger <paul.holzinger@web.de> |
||
---|---|---|
.. | ||
common.go | ||
common_test.go | ||
containers.go | ||
containers_test.go | ||
pods.go | ||
pods_test.go |