Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Propellor.Types.Docker
Documentation
data DockerInfo Source #
Constructors
DockerInfo | |
Fields
|
Instances
Monoid DockerInfo Source # | |
Defined in Propellor.Types.Docker Methods mempty :: DockerInfo # mappend :: DockerInfo -> DockerInfo -> DockerInfo # mconcat :: [DockerInfo] -> DockerInfo # | |
Semigroup DockerInfo Source # | |
Defined in Propellor.Types.Docker Methods (<>) :: DockerInfo -> DockerInfo -> DockerInfo # sconcat :: NonEmpty DockerInfo -> DockerInfo stimes :: Integral b => b -> DockerInfo -> DockerInfo | |
Show DockerInfo Source # | |
Defined in Propellor.Types.Docker Methods showsPrec :: Int -> DockerInfo -> ShowS show :: DockerInfo -> String showList :: [DockerInfo] -> ShowS | |
Empty DockerInfo Source # | |
Defined in Propellor.Types.Docker Methods isEmpty :: DockerInfo -> Bool Source # | |
IsInfo DockerInfo Source # | |
Defined in Propellor.Types.Docker Methods |
newtype DockerRunParam Source #
Constructors
DockerRunParam (HostName -> String) |
Instances
Show DockerRunParam Source # | |
Defined in Propellor.Types.Docker Methods showsPrec :: Int -> DockerRunParam -> ShowS show :: DockerRunParam -> String showList :: [DockerRunParam] -> ShowS |