Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
Bind[] |
StartContainerCmd.getBinds() |
Bind[] |
CreateContainerCmd.getBinds() |
Modifier and Type | Method and Description |
---|---|
StartContainerCmd |
StartContainerCmd.withBinds(Bind... binds)
Deprecated.
|
CreateContainerCmd |
CreateContainerCmd.withBinds(Bind... binds) |
Modifier and Type | Method and Description |
---|---|
Bind[] |
HostConfig.getBinds() |
Bind[] |
Binds.getBinds() |
static Bind |
Bind.parse(String serialized)
Parses a bind mount specification to a
Bind . |
Modifier and Type | Method and Description |
---|---|
void |
HostConfig.setBinds(Bind... binds) |
Constructor and Description |
---|
Binds(Bind... binds) |
HostConfig(Bind[] binds,
Link[] links,
LxcConf[] lxcConf,
Ports portBindings,
boolean publishAllPorts,
boolean privileged,
String[] dns,
String[] dnsSearch,
VolumesFrom[] volumesFrom,
String containerIDFile,
Capability[] capAdd,
Capability[] capDrop,
RestartPolicy restartPolicy,
String networkMode,
Device[] devices,
String[] extraHosts,
Ulimit[] ulimits) |
Modifier and Type | Method and Description |
---|---|
Bind[] |
StartContainerCmdImpl.getBinds() |
Bind[] |
CreateContainerCmdImpl.getBinds() |
Modifier and Type | Method and Description |
---|---|
StartContainerCmd |
StartContainerCmdImpl.withBinds(Bind... binds) |
CreateContainerCmd |
CreateContainerCmdImpl.withBinds(Bind... binds) |
Copyright © 2015. All Rights Reserved.