summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Docker.hs
AgeCommit message (Expand)Author
2019-04-08change from inChroot to granular container capabilities infoJoey Hess
2018-07-11remove build-time warning for dockerJoey Hess
2018-07-11two unmaintained modulesJoey Hess
2017-07-05avoid buffering container chain outputJoey Hess
2017-05-15Removed dependency on MissingH, instead depends on split and hashable.Joey Hess
2017-03-11don't propagate DNS info from DiskImage chrootsJoey Hess
2017-02-26use ConfigurableValue where applicableJoey Hess
2017-02-26Added ConfigurableValue type classJoey Hess
2017-02-04addArchLinux support to Docker.installedZihao Wang
2016-03-27improve haddocks and move code around to make them more clearJoey Hess
2016-03-27fix buildJoey Hess
2016-03-27ported SystemdJoey Hess
2016-03-26ported dockerJoey Hess
2016-03-26ported propagateContainerJoey Hess
2016-03-25rename toProp to toChildPropertiesJoey Hess
2016-03-25continued portingJoey Hess
2016-03-25ported Property.ListJoey Hess
2016-03-07add fromPort functionFélix Sipma
2015-12-05UncheckedProperty for cmdProperty et alJoey Hess
2015-11-01merge from concurrent-outputJoey Hess
2015-10-28propellor spinJoey Hess
2015-10-28have to flush concurrent output before printing result when chainingJoey Hess
2015-10-27use a shared global for the MessageHandleJoey Hess
2015-10-27Explicit Info/NoInfo for RevertableProperty (API change)Joey Hess
2015-10-18fix typo: propigate → propagateFelix Gruber
2015-10-10propellor spinJoey Hess
2015-10-10Improved documentation, particularly of the Propellor module.Joey Hess
2015-09-30change HostContext for containersJoey Hess
2015-09-14clean up privdata excess/lacking newline issueJoey Hess
2015-09-13avoid bracketsJoey Hess
2015-09-13Follow some hlint suggestions.Mario Lang
2015-09-06Added Propellor.Property.Rsync. WIP; untestedJoey Hess
2015-06-16Replace String type synonym Docker.Image by a data type which allows to speci...Antoine Eiche
2015-06-04Add Docker environment property which allows to specify environment variables...Antoine Eiche
2015-06-01Docker: volume and publish accept Bound FilePath and Bound Port, respectively...Joey Hess
2015-05-27Export CommandParam, boolSystem, safeSystem and shellEscape from Propellor.Pr...Joey Hess
2015-05-24remove unnecessary use of ensurePropertyJoey Hess
2015-05-16add trivial HasImage instance for ImageJoey Hess
2015-05-16Add HasImage type class which provides getImageName method to extract an imag...Antoine Eiche
2015-05-12Docker images related properties.Antoine Eiche
2015-05-12add Docker.Container field labels containerImage and containerHostAntoine Eiche
2015-01-24GADT properties seem to work (untested)Joey Hess
2015-01-24added GADT to determine between a property with info and withoutJoey Hess
2015-01-19split out types to improve haddock for Propellor.TypesJoey Hess
2015-01-19rename HostLike to PropAccumJoey Hess
2015-01-18Property treeJoey Hess
2015-01-01Detect #774376 and refuse to use docker if the system is so broken that docke...Joey Hess
2014-12-21Revert ensureProperty warning message, too many false positives in places whe...Joey Hess
2014-12-21propellor spinJoey Hess
2014-12-14broke up big function to describe PrivDataFieldJoey Hess