Pull the docker image: docker pull tpmccauley/ipsos
Create a container from the image: docker run -d -p 8080:8080 ipsos
Go to http://localhost:8080 in your browser
Install troubleshooting
When you first run meteor you may encounter the error Unable to resolve some modules. This can often be fixed by following the recommendations
given by meteor, e.g. running meteor npm install --save bootstrap tone nouislider and then meteor run.