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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withDevices(Device... devices)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withDevices(java.util.List<Device> devices)
Deprecated.
|
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 |
---|---|
HostConfig |
HostConfig.withDevices(java.util.List<Device> devices) |
Modifier and Type | Method and Description |
---|---|
Device[] |
CreateContainerCmdImpl.getDevices()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withDevices(Device... devices)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withDevices(java.util.List<Device> devices)
Deprecated.
|
Copyright © 2019. All Rights Reserved.