# Functions
DecodeJSONMessageStream wraps an io.Writer to decode a jsonmessage stream into plain text.
FakePull writes a jsonmessage stream to w that looks like a Docker pull.
NewClient returns a new Client instance.
NewDockerClient returns a new docker.Client using the given host and certificate path.
# Structs
Client wraps a docker.Client to authenticate pulls.
DecodedJSONMessageWriter is an io.Writer that decodes a jsonmessage stream.