| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Stack.Config.Docker
Description
Docker configuration
Synopsis
Documentation
dockerOptsFromMonoid :: MonadThrow m => Maybe Project -> Path Abs Dir -> Maybe AbstractResolver -> DockerOptsMonoid -> m DockerOpts Source #
Interprets DockerOptsMonoid options.
data StackDockerConfigException Source #
Exceptions thrown by Stack.Docker.Config.
Constructors
| ResolverNotSupportedException String | Only LTS resolvers are supported for default image tag.  | 
| InvalidDatabasePathException SomeException | Invalid global database path.  | 
Instances
| Show StackDockerConfigException Source # | Show instance for StackDockerConfigException.  | 
Defined in Stack.Config.Docker Methods showsPrec :: Int -> StackDockerConfigException -> ShowS # show :: StackDockerConfigException -> String # showList :: [StackDockerConfigException] -> ShowS #  | |
| Exception StackDockerConfigException Source # | Exception instance for StackDockerConfigException.  | 
Defined in Stack.Config.Docker  | |