From 36d962990a0dff66d8e54a671aef30e8315839ed Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Mon, 7 Jan 2019 11:16:29 -0500 Subject: 'podman cp' copy between host and container Signed-off-by: Qi Wang --- cmd/podman/cliconfig/create.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmd/podman/cliconfig/create.go') 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 +} -- cgit v1.2.3-54-g00ecf