| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
TestContainers.Docker.Reaper
Contents
Documentation
Reaper for safe resource cleanup. This type is exposed to allow users to
create their own Reapers.
Since: 0.5.0.0
Constructors
| Reaper | |
Fields
| |
reaperLabels :: Reaper -> [(Text, Text)] Source #
Additional labels to add to any Docker resource on creation. Adding the
labels is necessary in order for the Reaper to find resources for cleanup.
Since: 0.5.0.0
Ryuk based reaper
ryukImageTag :: Text Source #
Tag for the ryuk image
Since: 0.5.0.0
Arguments
| :: MonadResource m | |
| => Text | Host |
| -> Int | Port |
| -> m Reaper |
Creates a new Reaper from a host and port.
Since: 0.5.0.0