| Package | Description |
|---|---|
| com.github.dockerjava.api.model |
| Modifier and Type | Field and Description |
|---|---|
static PropagationMode |
PropagationMode.DEFAULT_MODE
The default
PropagationMode: DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static PropagationMode |
PropagationMode.fromString(String v) |
PropagationMode |
Bind.getPropagationMode() |
static PropagationMode |
PropagationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropagationMode[] |
PropagationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Bind(String path,
Volume volume,
AccessMode accessMode,
SELContext secMode,
Boolean noCopy,
PropagationMode propagationMode) |
Copyright © 2025. All rights reserved.