Modifier and Type | Method and Description |
---|---|
CopyArchiveToContainerCmd |
DockerClient.copyArchiveToContainerCmd(String containerId)
Copy archive from local machine to remote container
|
Modifier and Type | Method and Description |
---|---|
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmd.withContainerId(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(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(String remotePath) |
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmd.withTarInputStream(InputStream tarInputStream)
Set the tar input stream that will be uploaded to the container.
|
Modifier and Type | Method and Description |
---|---|
CopyArchiveToContainerCmd |
DockerClientImpl.copyArchiveToContainerCmd(String containerId) |
Modifier and Type | Class and Description |
---|---|
class |
CopyArchiveToContainerCmdImpl |
Modifier and Type | Method and Description |
---|---|
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmdImpl.withContainerId(String containerId) |
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmdImpl.withDirChildrenOnly(boolean dirChildrenOnly) |
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmdImpl.withHostResource(String hostResource) |
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmdImpl.withNoOverwriteDirNonDir(boolean noOverwriteDirNonDir) |
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmdImpl.withRemotePath(String remotePath) |
CopyArchiveToContainerCmd |
CopyArchiveToContainerCmdImpl.withTarInputStream(InputStream tarInputStream) |
Modifier and Type | Method and Description |
---|---|
protected Void |
CopyArchiveToContainerCmdExec.execute(CopyArchiveToContainerCmd command) |
Modifier and Type | Method and Description |
---|---|
protected Void |
CopyArchiveToContainerCmdExec.execute(CopyArchiveToContainerCmd command) |
Copyright © 2017. All Rights Reserved.