Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
Device[] |
StartContainerCmd.getDevices() |
Device[] |
CreateContainerCmd.getDevices() |
Modifier and Type | Method and Description |
---|---|
StartContainerCmd |
StartContainerCmd.withDevices(Device... devices)
Deprecated.
|
CreateContainerCmd |
CreateContainerCmd.withDevices(Device... devices)
Add host devices to the container
|
Modifier and Type | Method and Description |
---|---|
Device[] |
HostConfig.getDevices() |
Modifier and Type | Method and Description |
---|---|
void |
HostConfig.setDevices(Device[] devices) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
Device[] |
StartContainerCmdImpl.getDevices() |
Device[] |
CreateContainerCmdImpl.getDevices() |
Modifier and Type | Method and Description |
---|---|
StartContainerCmd |
StartContainerCmdImpl.withDevices(Device... devices) |
CreateContainerCmd |
CreateContainerCmdImpl.withDevices(Device... devices) |
Copyright © 2015. All Rights Reserved.