Uses of Class
org.jclouds.docker.domain.Image
-
Packages that use Image Package Description org.jclouds.docker.compute.functions org.jclouds.docker.compute.strategy org.jclouds.docker.domain org.jclouds.docker.features -
-
Uses of Image in org.jclouds.docker.compute.functions
Methods in org.jclouds.docker.compute.functions with parameters of type Image Modifier and Type Method Description Image
ImageToImage. apply(Image from)
-
Uses of Image in org.jclouds.docker.compute.strategy
Methods in org.jclouds.docker.compute.strategy that return Image Modifier and Type Method Description Image
DockerComputeServiceAdapter. getImage(String imageIdOrName)
Methods in org.jclouds.docker.compute.strategy that return types with arguments of type Image Modifier and Type Method Description protected static com.google.common.base.Predicate<Image>
DockerComputeServiceAdapter. createPredicateMatchingRepoTags(String imageIdOrName)
Set<Image>
DockerComputeServiceAdapter. listImages()
Method based onImageApi.listImages()
. -
Uses of Image in org.jclouds.docker.domain
Methods in org.jclouds.docker.domain that return Image Modifier and Type Method Description static Image
Image. create(String id, String author, String comment, Config config, Config containerConfig, String parent, Date created, String container, String dockerVersion, String architecture, String os, long size, long virtualSize, List<String> repoTags)
-
Uses of Image in org.jclouds.docker.features
Methods in org.jclouds.docker.features that return Image Modifier and Type Method Description Image
ContainerApi. commit()
Create a new image from a container’s changesImage
ContainerApi. commit(CommitOptions options)
Create a new image from a container’s changesImage
ImageApi. inspectImage(String imageName)
Return low-level information on the image with given name.
-