Documentation
¶
Overview ¶
Package cp provides the container cp command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CpOptions ¶
type CpOptions struct {
IOStreams *iostreams.IOStreams
Client func(context.Context) (*docker.Client, error)
ProjectManager func() (project.ProjectManager, error)
Agent bool
Archive bool
FollowLink bool
CopyUIDGID bool
Src string
Dst string
}
CpOptions holds options for the cp command.
Click to show internal directories.
Click to hide internal directories.