summaryrefslogtreecommitdiff
path: root/cmd/podman/shared/parse
Commit message (Collapse)AuthorAge
* Add glob parsing for --env flagDaniel J Walsh2019-07-11
| | | | | | Sometimes you want to add a few environmen variables based on the last field being a "*". Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* clean up shared/parse/parse.gobaude2019-05-02
| | | | | | | prune unused functions and add unit tests for a number of the remaining ones. Signed-off-by: baude <bbaude@redhat.com>
* preparation for remote-client create containerbaude2019-03-11
to prepare for being able to remotely run a container, we need to perform a refactor to get code out of main because it is not reusable. the shared location is a good starting spot though eventually some will likely end up in pkg/spec/ at some point. Signed-off-by: baude <bbaude@redhat.com>