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(java.lang.String p) |
SELContext |
Bind.getSecMode() |
static SELContext |
SELContext.valueOf(java.lang.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(java.lang.String path,
Volume volume,
AccessMode accessMode,
SELContext secMode) |
Bind(java.lang.String path,
Volume volume,
AccessMode accessMode,
SELContext secMode,
java.lang.Boolean noCopy) |
Bind(java.lang.String path,
Volume volume,
AccessMode accessMode,
SELContext secMode,
java.lang.Boolean noCopy,
PropagationMode propagationMode) |
Copyright © 2020. All Rights Reserved.