There is a docker helper binary located in the bin directory.
$> bin/phpunitFor integration testing with external services such as Elasticsearch or Redis, use Docker Compose. There are helpers located in the bin directory:
$> bin/sshWill start docker-compose.yml and ssh into the container. Be sure to wait until the services are ready.