Remove.RemoveContainer |
Remove.RemoveContainer.andVolumes() |
Remove the volumes associated with the container (equates to the --volumes argument).
|
Remove.RemoveContainer |
Remove.RemoveContainer.andVolumes(boolean remove) |
Remove the volumes associated with the container (equates to the --volumes argument).
|
static Remove.RemoveContainer |
Remove.containers(Object... names) |
|
static Remove.RemoveContainer |
Remove.containers(List<?> names) |
|
Remove.RemoveContainer |
Remove.RemoveContainer.force() |
Force removal of the container (equates to the --force argument).
|
Remove.RemoveContainer |
Remove.RemoveContainer.force(boolean force) |
Force removal of the container (equates to the --force argument).
|
protected Remove.RemoveContainer |
Remove.RemoveContainer.withCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> containers,
com.oracle.bedrock.runtime.options.Argument... args) |
|
protected Remove.RemoveContainer |
Remove.RemoveContainer.withoutCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> names,
com.oracle.bedrock.runtime.options.Argument... args) |
|