|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Capability | |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Uses of Capability in com.github.dockerjava.api.command |
---|
Methods in com.github.dockerjava.api.command that return Capability | |
---|---|
Capability[] |
StartContainerCmd.getCapAdd()
|
Capability[] |
CreateContainerCmd.getCapAdd()
|
Capability[] |
StartContainerCmd.getCapDrop()
|
Capability[] |
CreateContainerCmd.getCapDrop()
|
Methods in com.github.dockerjava.api.command with parameters of type Capability | |
---|---|
StartContainerCmd |
StartContainerCmd.withCapAdd(Capability... capAdd)
Add linux kernel capability to the container. |
CreateContainerCmd |
CreateContainerCmd.withCapAdd(Capability... capAdd)
Add linux kernel capability to the container. |
StartContainerCmd |
StartContainerCmd.withCapDrop(Capability... capDrop)
Drop linux kernel capability from the container. |
CreateContainerCmd |
CreateContainerCmd.withCapDrop(Capability... capDrop)
Drop linux kernel capability from the container. |
Uses of Capability in com.github.dockerjava.api.model |
---|
Methods in com.github.dockerjava.api.model that return Capability | |
---|---|
Capability[] |
HostConfig.getCapAdd()
|
Capability[] |
HostConfig.getCapDrop()
|
static Capability |
Capability.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Capability[] |
Capability.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.github.dockerjava.api.model with parameters of type Capability | |
---|---|
void |
HostConfig.setCapAdd(Capability[] capAdd)
|
void |
HostConfig.setCapDrop(Capability[] capDrop)
|
Constructors in com.github.dockerjava.api.model with parameters of type Capability | |
---|---|
HostConfig(String[] binds,
Links links,
LxcConf[] lxcConf,
Ports portBindings,
boolean publishAllPorts,
boolean privileged,
String[] dns,
String[] dnsSearch,
String[] volumesFrom,
String containerIDFile,
Capability[] capAdd,
Capability[] capDrop,
RestartPolicy restartPolicy,
String networkMode,
Device[] devices)
|
|
HostConfig(String[] binds,
Links links,
LxcConf[] lxcConf,
Ports portBindings,
boolean publishAllPorts,
boolean privileged,
String[] dns,
String[] dnsSearch,
String[] volumesFrom,
String containerIDFile,
Capability[] capAdd,
Capability[] capDrop,
RestartPolicy restartPolicy,
String networkMode,
Device[] devices)
|
Uses of Capability in com.github.dockerjava.core.command |
---|
Methods in com.github.dockerjava.core.command that return Capability | |
---|---|
Capability[] |
StartContainerCmdImpl.getCapAdd()
|
Capability[] |
CreateContainerCmdImpl.getCapAdd()
|
Capability[] |
StartContainerCmdImpl.getCapDrop()
|
Capability[] |
CreateContainerCmdImpl.getCapDrop()
|
Methods in com.github.dockerjava.core.command with parameters of type Capability | |
---|---|
StartContainerCmd |
StartContainerCmdImpl.withCapAdd(Capability... capAdd)
|
CreateContainerCmd |
CreateContainerCmdImpl.withCapAdd(Capability... capAdd)
|
StartContainerCmd |
StartContainerCmdImpl.withCapDrop(Capability... capDrop)
|
CreateContainerCmd |
CreateContainerCmdImpl.withCapDrop(Capability... capDrop)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |