A docker container that runs parse-server and parse-dashboard
docker build -t parse-docker .
docker run -d -p 8080:8080 -p 9000:9000 -p 27017:27017 parse-docker
open https://0.0.0.0:9000/
or open https://<IP_HOST>:9000/
The default username/password is "username" and "password". These can be set using environment variables in Dockerfile.
curl -k -X POST -H "X-Parse-Application-Id: myAppId" -H "X-Parse-REST-API-Key: myMasterKey" -H "Content-Type: application/json" https://localhost/parse/functions/hello