| Package | Description |
|---|---|
| io.github.cdklabs.projen |
projen
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDockerComposeVolumeBinding.Jsii$Default
Internal default implementation for
IDockerComposeVolumeBinding. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IDockerComposeVolumeBinding.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IDockerComposeVolumeBinding |
DockerCompose.bindVolume(String sourcePath,
String targetPath)
(experimental) Create a bind volume that binds a host path to the target path in the container.
|
static IDockerComposeVolumeBinding |
DockerCompose.namedVolume(String volumeName,
String targetPath)
(experimental) Create a named volume and mount it to the target path.
|
static IDockerComposeVolumeBinding |
DockerCompose.namedVolume(String volumeName,
String targetPath,
DockerComposeVolumeConfig options)
(experimental) Create a named volume and mount it to the target path.
|
| Modifier and Type | Method and Description |
|---|---|
List<IDockerComposeVolumeBinding> |
DockerComposeService.getVolumes()
(experimental) Volumes mounted in the container.
|
default List<IDockerComposeVolumeBinding> |
DockerComposeServiceDescription.getVolumes()
(experimental) Mount some volumes into the service.
|
List<IDockerComposeVolumeBinding> |
DockerComposeServiceDescription.Jsii$Proxy.getVolumes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DockerComposeService.addVolume(IDockerComposeVolumeBinding volume)
(experimental) Add a volume to the service.
|
| Modifier and Type | Method and Description |
|---|---|
DockerComposeService.Builder |
DockerComposeService.Builder.volumes(List<? extends IDockerComposeVolumeBinding> volumes)
(experimental) Mount some volumes into the service.
|
DockerComposeServiceDescription.Builder |
DockerComposeServiceDescription.Builder.volumes(List<? extends IDockerComposeVolumeBinding> volumes)
Sets the value of
DockerComposeServiceDescription.getVolumes() |
Copyright © 2021. All rights reserved.