| 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[] |
Binds.getBinds() |
Bind[] |
HostConfig.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 © 2025. All rights reserved.