Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
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) |
Copyright © 2019. All Rights Reserved.