diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-14 22:31:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-14 22:31:52 +0100 |
commit | 18bf883eeb08d7cb5bd1c999e43f1140be4f787d (patch) | |
tree | 8851fe890705c89aed85998cdaea2a6a612b9fd6 /cmd/podman/cliconfig | |
parent | 1b352ff62a05cf1743501a584b52e3a8f9eff134 (diff) | |
parent | 36d962990a0dff66d8e54a671aef30e8315839ed (diff) | |
download | podman-18bf883eeb08d7cb5bd1c999e43f1140be4f787d.tar.gz podman-18bf883eeb08d7cb5bd1c999e43f1140be4f787d.tar.bz2 podman-18bf883eeb08d7cb5bd1c999e43f1140be4f787d.zip |
Merge pull request #2151 from QiWang19/cp
'podman cp' copy between host and container
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 +} |