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(java.util.List<Device> devices)
Add host devices to the container
|
Modifier and Type | Method and Description |
---|---|
Device[] |
HostConfig.getDevices() |
static Device |
Device.parse(java.lang.String deviceStr) |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withDevices(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(java.util.List<Device> devices) |
Copyright © 2018. All Rights Reserved.