Requires Linux Ubuntu (tested with Ubuntu Xenial 16.04).
Create a file env
with your MongoDB database connection info. Example:
DB_HOST=localhost
DB_PORT=
DB_DATABASE=ireceptor
DB_USERNAME=
DB_PASSWORD=
curl -s https://get.docker.com | sudo sh
sudo docker run -d --rm -p 80:80 --env-file env ireceptor/service-php-mongodb
curl localhost
curl localhost/airr/v1/info