|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportImageCmd | |
---|---|
com.github.dockerjava.client | |
com.github.dockerjava.client.command |
Uses of ImportImageCmd in com.github.dockerjava.client |
---|
Methods in com.github.dockerjava.client that return ImportImageCmd | |
---|---|
ImportImageCmd |
DockerClient.importImageCmd(String repository,
InputStream imageStream)
|
Uses of ImportImageCmd in com.github.dockerjava.client.command |
---|
Methods in com.github.dockerjava.client.command that return ImportImageCmd | |
---|---|
ImportImageCmd |
DefaultCommandFactory.importImageCmd(String repository,
InputStream imageStream)
|
ImportImageCmd |
CommandFactory.importImageCmd(String repository,
InputStream imageStream)
|
ImportImageCmd |
ImportImageCmd.withImageStream(InputStream imageStream)
|
ImportImageCmd |
ImportImageCmd.withRepository(String repository)
|
ImportImageCmd |
ImportImageCmd.withTag(String tag)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |