| 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() |
static Device |
Device.parse(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(List<Device> devices) |
Copyright © 2017. All Rights Reserved.