| Package | Description |
|---|---|
| com.github.dockerjava.api.model |
| Modifier and Type | Field and Description |
|---|---|
static SELContext |
SELContext.DEFAULT
The default
SELContext: none |
| Modifier and Type | Method and Description |
|---|---|
static SELContext |
SELContext.fromString(String p) |
SELContext |
Bind.getSecMode() |
static SELContext |
SELContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SELContext[] |
SELContext.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) |
Bind(String path,
Volume volume,
AccessMode accessMode,
SELContext secMode,
Boolean noCopy) |
Bind(String path,
Volume volume,
AccessMode accessMode,
SELContext secMode,
Boolean noCopy,
PropagationMode propagationMode) |
Copyright © 2025. All rights reserved.