public class RunCommand extends DockerCommand
DockerCommand.Result| Constructor and Description |
|---|
RunCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendsArgs(List<String> carr) |
protected void |
buildCommand(List<String> carr) |
RunCommand |
cmd(String cmd) |
RunCommand |
entrypoint(String entrypoint) |
RunCommand |
image(String image) |
RunCommand |
port(int host,
int container) |
RunCommand |
remove() |
RunCommand |
volume(Path host,
Path container) |
args, exec, optionspublic RunCommand remove()
public RunCommand entrypoint(String entrypoint)
public RunCommand port(int host, int container)
public RunCommand volume(Path host, Path container)
public RunCommand image(String image)
public RunCommand cmd(String cmd)
protected void appendsArgs(List<String> carr)
appendsArgs in class DockerCommandprotected void buildCommand(List<String> carr)
buildCommand in class DockerCommandCopyright © 2015. All Rights Reserved.