Setup performs all the docker-related tasks to fire up a new build.
It creates a Docker network for the build to avoid communication between
containers from different builds. It then creates the containers for the
build and starts them.
type Opts struct {
Services []*types.Service// Used to generate the virtual host used by nginx-proxy for reverse proxy. VirtualHostSuffix string BuildID string NetworkPreffix string}