# Functions
Convert converts a service configuration to an docker API structures (Config and HostConfig).
ConvertToAPI converts a service configuration to a docker API container configuration.
DefaultDependentServices return the dependent services (as an array of ServiceRelationship) for the specified project and service.
Filter filters the specified string slice with the specified function.
GetContainerFromIpcLikeConfig returns name of the service that shares the IPC namespace with the specified service.
NewFactory creates a new service factory for the given context.
NewNamer returns a namer that returns names based on the specified project and service name and an inner counter, e.g.
NewService creates a service.
NewSingleNamer returns a namer that only allows a single name.
# Structs
ConfigWrapper wraps Config, HostConfig and NetworkingConfig for a container.
Factory is an implementation of project.ServiceFactory.
Service is a project.Service implementations.
# Interfaces
Namer defines method to provide container name.