Uses of Class
com.oracle.bedrock.runtime.docker.commands.Remove
-
Packages that use Remove Package Description com.oracle.bedrock.runtime.docker.commands -
-
Uses of Remove in com.oracle.bedrock.runtime.docker.commands
Classes in com.oracle.bedrock.runtime.docker.commands with type parameters of type Remove Modifier and Type Class Description classRemove<R extends Remove>A representation of the Docker rm and rmi commands to remove containers, container links and images.Subclasses of Remove in com.oracle.bedrock.runtime.docker.commands Modifier and Type Class Description static classRemove.RemoveContainerA representation of a Docker command to remove one or more containers (equates to the Docker rm command).static classRemove.RemoveImageA representation of a Docker command to remove an image.static classRemove.RemoveLinkA representation of a Docker command to remove a link between two containers (equates to the Docker rm --link containerA/contaunerB command).Methods in com.oracle.bedrock.runtime.docker.commands that return Remove Modifier and Type Method Description static RemoveRemove. link(String first, String second)Create aRemovecommand to remove a link between two containers.
-