Behat tests on the live site
docker pull amitaibu/php-ci
When working locally the backend URL should be your IP, as docker doesn't know what "localhost" is.
docker run -e "BACKEND_URL=http://10.0.0.1" -it amitaibu/php-ci /home/shoov/main.sh
If you need adapt the project to your needs, clone, modify the Dockerfile and from the source directory, run:
docker build -t amitaibu/php-ci .