# Functions
New creates new instance of DockerClient (our Docker client wrapper) Use DOCKER_HOST to set the URL to the Docker server.
# Variables
DockerSocket is a socket we use to connect to the Docker daemon.
# Structs
DockerClient is a raw Docker client convenience wrapper.