| Package | Description |
|---|---|
| com.github.dockerjava.api.command | |
| com.github.dockerjava.api.model | |
| com.github.dockerjava.core.command |
| Modifier and Type | Method and Description |
|---|---|
Bind[] |
CreateContainerCmd.getBinds() |
| Modifier and Type | Method and Description |
|---|---|
CreateContainerCmd |
CreateContainerCmd.withBinds(Bind... binds) |
| Modifier and Type | Method and Description |
|---|---|
CreateContainerCmd |
CreateContainerCmd.withBinds(List<Bind> binds) |
| 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) |
| Constructor and Description |
|---|
Binds(Bind... binds) |
| Modifier and Type | Method and Description |
|---|---|
Bind[] |
CreateContainerCmdImpl.getBinds() |
| Modifier and Type | Method and Description |
|---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withBinds(Bind... binds) |
| Modifier and Type | Method and Description |
|---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withBinds(List<Bind> binds) |
Copyright © 2017. All Rights Reserved.