Package | Description |
---|---|
io.fabric8.maven.docker.access | |
io.fabric8.maven.docker.access.hc | |
io.fabric8.maven.docker.config |
Modifier and Type | Method and Description |
---|---|
void |
DockerAccess.saveImage(String image,
String filename,
ArchiveCompression compression)
Save an image to a tar file
|
Modifier and Type | Method and Description |
---|---|
void |
DockerAccessWithHcClient.saveImage(String image,
String filename,
ArchiveCompression compression) |
Modifier and Type | Method and Description |
---|---|
static ArchiveCompression |
ArchiveCompression.fromFileName(String filename) |
ArchiveCompression |
BuildImageConfiguration.getCompression() |
static ArchiveCompression |
ArchiveCompression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchiveCompression[] |
ArchiveCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.