summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig/create.go
Commit message (Collapse)AuthorAge
* Pause containers while copying into themMatthew Heon2019-05-29
| | | | | | Should fix CVE-2018-15664 for Podman. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* add flag --extract tar file in podman cpQi Wang2019-03-06
| | | | Signed-off-by: Qi Wang <qiwan@redhat.com>
* 'podman cp' copy between host and containerQi Wang2019-02-14
| | | | Signed-off-by: Qi Wang <qiwan@redhat.com>
* Migrate to cobra CLIbaude2019-02-08
We intend to migrate to the cobra cli from urfave/cli because the project is more well maintained. There are also some technical reasons as well which extend into our remote client work. Signed-off-by: baude <bbaude@redhat.com>