- Removed Docker APIs. - Added SwiftNIO dependency. - Now communicates with the Docker daemon using the Docker Engine API. - You can establish a connection with either a Docker socket, or a Docker server. - Created new DockerClient API to interact with a Docker connection. - Added supporting APIs to represent various Docker objects (i.e.: containers, images, volumes, etc...). - Updated DockerHubAPI to use native network requests over curl.