Modifier and Type | Method and Description |
---|---|
CopyArchiveToContainerCmd |
DockerClient.copyArchiveToContainerCmd(java.lang.String containerId)
Copy archive from local machine to remote container
|
Modifier and Type | Method and Description |
---|---|
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmd.withContainerId(java.lang.String containerId)
Set container's id
|
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmd.withDirChildrenOnly(boolean dirChildrenOnly)
If this flag is set to true, all children of the local directory will be copied to the remote without the root directory.
|
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmd.withHostResource(java.lang.String resource)
Set path to the resource on the host machine
|
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmd.withNoOverwriteDirNonDir(boolean noOverwriteDirNonDir)
If set to true then it will be an error if unpacking the given content would cause an existing directory to be replaced with a
non-directory and vice versa
|
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmd.withRemotePath(java.lang.String remotePath) |
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmd.withTarInputStream(java.io.InputStream tarInputStream)
Set the tar input stream that will be uploaded to the container.
|
Modifier and Type | Method and Description |
---|---|
CopyArchiveToContainerCmd |
DockerClientImpl.copyArchiveToContainerCmd(java.lang.String containerId) |
Modifier and Type | Class and Description |
---|---|
class |
CopyArchiveToContainerCmdImpl |
Modifier and Type | Method and Description |
---|---|
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmdImpl.withContainerId(java.lang.String containerId) |
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmdImpl.withDirChildrenOnly(boolean dirChildrenOnly) |
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmdImpl.withHostResource(java.lang.String hostResource) |
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmdImpl.withNoOverwriteDirNonDir(boolean noOverwriteDirNonDir) |
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmdImpl.withRemotePath(java.lang.String remotePath) |
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmdImpl.withTarInputStream(java.io.InputStream tarInputStream) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
CopyArchiveToContainerCmdExec.execute(CopyArchiveToContainerCmd command) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
CopyArchiveToContainerCmdExec.execute(CopyArchiveToContainerCmd command) |
Copyright © 2019. All Rights Reserved.