docker-client-0.1.0: Funflow's internal docker engine client
Safe HaskellNone
LanguageHaskell2010

Docker.API.Client.Internal.Connection

Description

HTTP Connection managers and utilities for connecting to the Docker Engine API

Synopsis

Documentation

defaultDockerUnixSocket :: FilePath Source #

Default docker socket path on unix systems

newDefaultDockerManager :: OS -> IO Manager Source #

Creates a new HTTP connection manager for the default docker daemon address on your system.

newUnixDomainSocketManager :: FilePath -> IO Manager Source #

Creates a new http connection manager from a file path to a unix socket