Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
Bind[] |
CreateContainerCmd.getBinds()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withBinds(Bind... binds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withBinds(java.util.List<Bind> binds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Bind[] |
HostConfig.getBinds() |
Bind[] |
Binds.getBinds() |
static Bind |
Bind.parse(java.lang.String serialized)
Parses a bind mount specification to a
Bind . |
Modifier and Type | Method and Description |
---|---|
void |
HostConfig.setBinds(Bind... binds) |
HostConfig |
HostConfig.withBinds(Bind... binds) |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withBinds(java.util.List<Bind> binds) |
Constructor and Description |
---|
Binds(Bind... binds) |
Modifier and Type | Method and Description |
---|---|
Bind[] |
CreateContainerCmdImpl.getBinds()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withBinds(Bind... binds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withBinds(java.util.List<Bind> binds)
Deprecated.
|
Copyright © 2019. All Rights Reserved.