Hello, we are working on providing an ability to run Survey Solutions in docker. If you want to participate in testing you can use a docker image that supports running on linux host.
Please share your experience with this image and if you have any issues.
Here is how to run this sample with automatic SSL via LetsEncrypt
Replace YOURDOMAINNAME.NET with your domain pointing to server public IP address
and YOUR_EMAIL_ADDRESS for Lets Encrypt email notifications https://letsencrypt.org/docs/expiration-emails/
git clone https://github.com/surveysolutions/docker-compose
cd docker-compose
echo "HQ_HOST=YOURDOMAINNAME.NET" > .env
echo "LETS_ENCRYPT_EMAIL=YOUR_EMAIL_ADDRESS" >> .env
sh run.ssl.sh