|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Device | |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Uses of Device in com.github.dockerjava.api.command |
---|
Methods in com.github.dockerjava.api.command that return Device | |
---|---|
Device[] |
StartContainerCmd.getDevices()
|
Methods in com.github.dockerjava.api.command with parameters of type Device | |
---|---|
StartContainerCmd |
StartContainerCmd.withDevices(Device... devices)
Add host devices to the container |
Uses of Device in com.github.dockerjava.api.model |
---|
Methods in com.github.dockerjava.api.model that return Device | |
---|---|
Device[] |
HostConfig.getDevices()
|
Methods in com.github.dockerjava.api.model with parameters of type Device | |
---|---|
void |
HostConfig.setDevices(Device[] devices)
|
Constructors in com.github.dockerjava.api.model with parameters of type Device | |
---|---|
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 Device in com.github.dockerjava.core.command |
---|
Methods in com.github.dockerjava.core.command that return Device | |
---|---|
Device[] |
StartContainerCmdImpl.getDevices()
|
Methods in com.github.dockerjava.core.command with parameters of type Device | |
---|---|
StartContainerCmd |
StartContainerCmdImpl.withDevices(Device... devices)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |