summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-14 22:31:52 +0100
committerGitHub <noreply@github.com>2019-02-14 22:31:52 +0100
commit18bf883eeb08d7cb5bd1c999e43f1140be4f787d (patch)
tree8851fe890705c89aed85998cdaea2a6a612b9fd6 /cmd/podman/cliconfig
parent1b352ff62a05cf1743501a584b52e3a8f9eff134 (diff)
parent36d962990a0dff66d8e54a671aef30e8315839ed (diff)
downloadpodman-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.go4
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
+}