Package | Description |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command |
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.
|
Copyright © 2020. All Rights Reserved.