package docker
Type Members
-
class
DockerClient extends AnyRef
Calls out to the
dockerCLI. -
class
DockerContextGenerator extends AnyRef
Generates a Docker context that mimics how Jib builds the image.
Generates a Docker context that mimics how Jib builds the image.
The image consists of a base image layer and three application layers under the directories:
- libs/ (dependency jars)
- resources/
- classes
-
class
ImageToTarballTranslator extends AnyRef
Translates an
Imageto a tarball that can be loaded into Docker.