# Functions
Build a docker image.
Client create a docker client ready to use.
CreateNetwork creates a Docker Network with a namespace.
DeleteNetwork deletes a Docker Network associated with a namespace.
FindContainer returns a docker container if exist.
FindNetwork finds a Docker Network by a namespace.
FindService returns the Docker Service.
ListServices returns existing docker services matching a specific label name.
ListTasks returns all docker tasks.
Namespace creates a namespace from a list of string.
ServiceLogs returns the logs of a service.
ServiceStatus return the status of the Docker Swarm Servicer.
SharedNetworkID returns the id of the shared network.
StartService starts a docker service.
Status returns the status of a docker container.
StopService stops a docker service.
TasksError returns the error of matching tasks.
# Structs
BuildResponse is the object that is returned by the docker api in json.
Mount is a simplify version of mount.Mount.
Port is a simplify version of swarm.PortConfig.
ServiceOptions is a simplify version of swarm.ServiceSpec that can be created it.
# Type aliases
StatusType of the service.