Package | Description |
---|---|
org.jclouds.docker.compute.functions | |
org.jclouds.docker.compute.strategy | |
org.jclouds.docker.domain | |
org.jclouds.docker.features |
Modifier and Type | Method and Description |
---|---|
Image |
ImageToImage.apply(Image from) |
Modifier and Type | Method and Description |
---|---|
Image |
DockerComputeServiceAdapter.getImage(String imageIdOrName) |
Modifier and Type | Method and Description |
---|---|
protected static com.google.common.base.Predicate<Image> |
DockerComputeServiceAdapter.createPredicateMatchingRepoTags(String imageIdOrName) |
Set<Image> |
DockerComputeServiceAdapter.listImages()
Method based on
ImageApi.listImages() . |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Image |
ContainerApi.commit()
Create a new image from a container’s changes
|
Image |
ContainerApi.commit(CommitOptions options)
Create a new image from a container’s changes
|
Image |
ImageApi.inspectImage(String imageName)
Return low-level information on the image with given name.
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.