Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
default VolumesFrom[] |
CreateContainerCmd.getVolumesFrom()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default CreateContainerCmd |
CreateContainerCmd.withVolumesFrom(VolumesFrom... volumesFrom)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default CreateContainerCmd |
CreateContainerCmd.withVolumesFrom(List<VolumesFrom> volumesFrom)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VolumesFrom[] |
HostConfig.getVolumesFrom() |
static VolumesFrom |
VolumesFrom.parse(String serialized)
Parses a volume from specification to a
VolumesFrom . |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withVolumesFrom(VolumesFrom... volumesFrom) |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withVolumesFrom(List<VolumesFrom> volumesFrom) |
Copyright © 2021. All rights reserved.