Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
VolumesFrom[] |
CreateContainerCmd.getVolumesFrom()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withVolumesFrom(VolumesFrom... volumesFrom)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withVolumesFrom(java.util.List<VolumesFrom> volumesFrom)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VolumesFrom[] |
HostConfig.getVolumesFrom() |
static VolumesFrom |
VolumesFrom.parse(java.lang.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(java.util.List<VolumesFrom> volumesFrom) |
Copyright © 2019. All Rights Reserved.