diff options
author | Qi Wang <qiwan@redhat.com> | 2019-01-07 11:16:29 -0500 |
---|---|---|
committer | Qi Wang <qiwan@redhat.com> | 2019-02-14 09:29:53 -0500 |
commit | 36d962990a0dff66d8e54a671aef30e8315839ed (patch) | |
tree | af648ad500c0e8608010ae528293b365f7d6af88 /cmd/podman/cliconfig | |
parent | 112a5ab20cd6a07bcfcccadd0c0b851927a16f05 (diff) | |
download | podman-36d962990a0dff66d8e54a671aef30e8315839ed.tar.gz podman-36d962990a0dff66d8e54a671aef30e8315839ed.tar.bz2 podman-36d962990a0dff66d8e54a671aef30e8315839ed.zip |
'podman cp' copy between host and container
Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'cmd/podman/cliconfig')
-rw-r--r-- | cmd/podman/cliconfig/create.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/podman/cliconfig/create.go b/cmd/podman/cliconfig/create.go index 68ba4d857..b5ca1be9c 100644 --- a/cmd/podman/cliconfig/create.go +++ b/cmd/podman/cliconfig/create.go @@ -20,3 +20,7 @@ type BuildValues struct { *buildahcli.NameSpaceResults *buildahcli.LayerResults } + +type CpValues struct { + PodmanCommand +} |