This is usually related with the problem of not having the certificates on the proper folder (or not having certificates at all).
Use first the /genCerts.sh script to generate the certificates locally.
or
This kind of problems are usually related to a previous forced exit.
Remove the containers (docker rm -f -v $(docker ps -a -q)) and instance them again.
Is there a new problem related with linking contianers? Don't know why but sometimes docker don't update the local database where it stores the linking information. Fortunately we can regenerate that by removing it. Do this:
rm -rf /var/lib/docker/containers/*
rm -rf /var/lib/docker/volumes/*
rm -rf /var/lib/docker/linkgraph.db
Restart the docker service.
Still not working? Depending on how the previous instance exited, it could be something wrong on the system. Do the previous steps and reboot the system.
If you are using a version previous to 1.0-beta.1, remove the images and upgrade to this version.
If you are on this version or superior, try the solution for 3).
Make sure you have the certificates (1)), remove the containers, and try again.
If the tests fails, please report the error attaching the output of:
docker logs testrunner.