Uses of Class
org.jclouds.docker.domain.Image
Packages that use Image
Package
Description
-
Uses of Image in org.jclouds.docker.compute.functions
Methods in org.jclouds.docker.compute.functions with parameters of type Image -
Uses of Image in org.jclouds.docker.compute.strategy
Methods in org.jclouds.docker.compute.strategy that return ImageModifier and TypeMethodDescriptionMethods in org.jclouds.docker.compute.strategy that return types with arguments of type ImageModifier and TypeMethodDescriptionprotected static com.google.common.base.Predicate
<Image> DockerComputeServiceAdapter.createPredicateMatchingRepoTags
(String imageIdOrName) DockerComputeServiceAdapter.listImages()
Method based onImageApi.listImages()
. -
Uses of Image in org.jclouds.docker.domain
Methods in org.jclouds.docker.domain that return Image -
Uses of Image in org.jclouds.docker.features
Methods in org.jclouds.docker.features that return ImageModifier and TypeMethodDescriptionContainerApi.commit()
Create a new image from a container’s changesContainerApi.commit
(CommitOptions options) Create a new image from a container’s changesImageApi.inspectImage
(String imageName) Return low-level information on the image with given name.