# Functions
DefaultConfig returns Docker's runtime default configuration.
# Structs
Config struct represents Docker container runtime configuration.
FakeClient is a mock of Docker client, which should be used only for testing.
# Interfaces
Client is a wrapper interface over https://godoc.org/github.com/docker/docker/client#ContainerAPIClient with the functions we use.