Visit Docker Hub
pull image
docker pull eendroroy/parsedashboard:latest
run
docker run --name some-parsedashboard \
-v parse-dashboard-config.json:/src/Parse-Dashboard/parse-dashboard-config.json \
-d \
eendroroy/parsedashboard:latest
Point browser to http://0.0.0.0:4040
You can also use a docker-compose.yml file. see docker-compose.yml for example.
builds
VERSION | DOC | LAYERS | TAGS |
---|---|---|---|
latest | |||
1.1.2 | |||
1.1.0 | |||
1.0.28 | |||
1.0.27 | |||
1.0.26 | |||
1.0.25 | |||
1.0.24 |
Bug reports and pull requests are welcome on GitHub at parse-dashboard-docker repository. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Indrajit Roy - Owner - eendroroy
This project is licensed under the MIT License - see the LICENSE.md file for details