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