Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aeson schemas for communicating with the Docker Engine API
Synopsis
- dockerParseOptions :: Int -> Options
- type ContainerId = String
- data CreateContainer = CreateContainer {}
- data HostConfig = HostConfig {
- hostConfigBinds :: Maybe [Text]
- data CreateContainerResponse = CreateContainerResponse {}
- data WaitContainerResponse = WaitContainerResponse {}
- data WaitContainerError = WaitContainerError {}
Documentation
dockerParseOptions :: Int -> Options Source #
Constructs default Aeson options for serializing and deserializing objects in this module. This method drops the first nPrefix characters from record accessors in your Haskell record before serializing to JSON and uses the shortened field names to match record accessors when deserializing.
type ContainerId = String Source #
A Docker container's unique ID (in longer format)
data CreateContainer Source #
Instances
data HostConfig Source #
Instances
data CreateContainerResponse Source #
Instances
data WaitContainerResponse Source #
Instances
data WaitContainerError Source #