| Package | Description |
|---|---|
| com.spotify.docker.client.messages.mount | |
| com.spotify.docker.client.messages.swarm |
| Modifier and Type | Method and Description |
|---|---|
abstract Mount |
Mount.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<Mount> |
ContainerSpec.mounts() |
| Modifier and Type | Method and Description |
|---|---|
abstract ContainerSpec.Builder |
ContainerSpec.Builder.mounts(Mount... mounts) |
ContainerSpec.Builder |
ContainerSpec.Builder.withMounts(Mount... mounts)
Deprecated.
As of release 7.0.0, replaced by
ContainerSpec.Builder.mounts(Mount...). |
| Modifier and Type | Method and Description |
|---|---|
abstract ContainerSpec.Builder |
ContainerSpec.Builder.mounts(List<Mount> mounts) |
ContainerSpec.Builder |
ContainerSpec.Builder.withMounts(List<Mount> mounts)
Deprecated.
As of release 7.0.0, replaced by
ContainerSpec.Builder.mounts(List). |
Copyright © 2019. All rights reserved.