Uses of Class
com.oracle.bedrock.runtime.docker.commands.Inspect
-
Packages that use Inspect Package Description com.oracle.bedrock.runtime.docker.commands -
-
Uses of Inspect in com.oracle.bedrock.runtime.docker.commands
Methods in com.oracle.bedrock.runtime.docker.commands that return Inspect Modifier and Type Method Description static InspectInspect. container(Object... names)Create anInspectcommand to inspect the images with the specified names.static InspectInspect. container(List<?> names)Create anInspectcommand to inspect the container with the specified name.InspectInspect. format(String format)Format the output using the given go template.static InspectInspect. image(Object... names)Create anInspectcommand to inspect the images with the specified names.static InspectInspect. image(List<?> names)Create anInspectcommand to inspect the image with the specified name.InspectInspect. includeSizes(boolean include)Display total file sizes if the type is container.protected InspectInspect. withCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> names, com.oracle.bedrock.runtime.options.Argument... args)protected InspectInspect. withoutCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> names, com.oracle.bedrock.runtime.options.Argument... args)
-