Uses of Class
com.oracle.bedrock.runtime.docker.options.ImageCloseBehaviour
-
Packages that use ImageCloseBehaviour Package Description com.oracle.bedrock.runtime.docker.options -
-
Uses of ImageCloseBehaviour in com.oracle.bedrock.runtime.docker.options
Methods in com.oracle.bedrock.runtime.docker.options that return ImageCloseBehaviour Modifier and Type Method Description static ImageCloseBehaviourImageCloseBehaviour. none()Do nothing when an image application is closed.static ImageCloseBehaviourImageCloseBehaviour. remove()Remove the Docker image when an image application is closed.
-