| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Propellor.Types.Docker
Documentation
data DockerInfo Source #
Constructors
| DockerInfo | |
Fields | |
Instances
| Show DockerInfo Source # | |
Defined in Propellor.Types.Docker Methods showsPrec :: Int -> DockerInfo -> ShowS # show :: DockerInfo -> String # showList :: [DockerInfo] -> ShowS # | |
| Semigroup DockerInfo Source # | |
Defined in Propellor.Types.Docker Methods (<>) :: DockerInfo -> DockerInfo -> DockerInfo # sconcat :: NonEmpty DockerInfo -> DockerInfo # stimes :: Integral b => b -> DockerInfo -> DockerInfo # | |
| Monoid DockerInfo Source # | |
Defined in Propellor.Types.Docker Methods mempty :: DockerInfo # mappend :: DockerInfo -> DockerInfo -> DockerInfo # mconcat :: [DockerInfo] -> DockerInfo # | |
| 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 # | |