Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
Bind[] |
StartContainerCmd.getBinds() |
Modifier and Type | Method and Description |
---|---|
StartContainerCmd |
StartContainerCmd.withBinds(Bind... binds) |
Modifier and Type | Method and Description |
---|---|
Bind[] |
Binds.getBinds() |
static Bind |
Bind.parse(String serialized)
Parses a bind mount specification to a
Bind . |
Constructor and Description |
---|
Binds(Bind... binds) |
Modifier and Type | Method and Description |
---|---|
Bind[] |
StartContainerCmdImpl.getBinds() |
Modifier and Type | Method and Description |
---|---|
StartContainerCmd |
StartContainerCmdImpl.withBinds(Bind... binds) |
Copyright © 2015. All Rights Reserved.