Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
default Device[] |
CreateContainerCmd.getDevices()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default CreateContainerCmd |
CreateContainerCmd.withDevices(Device... devices)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default CreateContainerCmd |
CreateContainerCmd.withDevices(List<Device> devices)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Device[] |
HostConfig.getDevices() |
static Device |
Device.parse(String deviceStr) |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withDevices(Device... devices) |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withDevices(List<Device> devices) |
Copyright © 2023. All rights reserved.