Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
default Bind[] |
CreateContainerCmd.getBinds()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default CreateContainerCmd |
CreateContainerCmd.withBinds(Bind... binds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default CreateContainerCmd |
CreateContainerCmd.withBinds(List<Bind> binds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Bind[] |
HostConfig.getBinds() |
Bind[] |
Binds.getBinds() |
static Bind |
Bind.parse(String serialized)
Parses a bind mount specification to a
Bind . |
Modifier and Type | Method and Description |
---|---|
void |
HostConfig.setBinds(Bind... binds) |
HostConfig |
HostConfig.withBinds(Bind... binds) |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withBinds(List<Bind> binds) |
Constructor and Description |
---|
Binds(Bind... binds) |
Copyright © 2021. All rights reserved.