Safe Haskell | None |
---|---|
Language | Haskell2010 |
Collection of pre-defined Docker images
Building and managing images
Handle to a Docker image.
Since: 0.1.0.0
build :: MonadDocker m => ToImage -> m ToImage Source #
Build the Image
referred to by the argument. If the construction of the
image is expensive (e.g. a call to fromBuildContext
) we don't want to
repeatedly build the image. Instead, build
can be used to execute the
underlying Docker build once and re-use the resulting Image
.
Since: 0.1.0.0