public class DockerClient.Image extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DockerClient.Image.RemoveCommand |
| Modifier and Type | Method and Description |
|---|---|
ImageInspectResponse |
inspect() |
void |
push(String registry) |
void |
remove() |
DockerClient.Image.RemoveCommand |
removeCommand() |
void |
tag(String name,
boolean b) |
public void remove()
public DockerClient.Image.RemoveCommand removeCommand()
public ImageInspectResponse inspect()
public void tag(String name, boolean b)
public void push(String registry)
Copyright © 2014. All rights reserved.