Safe Haskell | None |
---|---|
Language | Haskell2010 |
Implementation of an execution environment that uses "libvirt-lxc".
Documentation
newtype LibVirtLXC Source #
Instances
Backend LibVirtLXC Source # | |
Defined in B9.LibVirtLXC getBackendConfig :: forall proxy (e :: [Type -> Type]). (Member BuildInfoReader e, CommandIO e) => proxy LibVirtLXC -> Eff e (Maybe LibVirtLXC) Source # supportedImageTypes :: proxy LibVirtLXC -> [ImageType] Source # runInEnvironment :: forall (e :: [Type -> Type]). (Member BuildInfoReader e, CommandIO e, Member ExcB9 e) => LibVirtLXC -> ExecEnv -> Script -> Eff e Bool Source # |
module B9.B9Config.LibVirtLXC