dash/docker
strophy 85296954d3
feat: add tor entrypoint script for use in dashmate (#4182)
* feat: add entrypoint for tor features in dashmate

* fix: use spaces consistently for indendation

* fix: output blank line after info

* fix: ensure script is executable

* fix: keep linter happy
2021-06-02 12:54:57 -05:00
..
build-docker.sh Make shellcheck happy 2020-07-29 11:20:12 -05:00
docker-entrypoint.sh feat: add tor entrypoint script for use in dashmate (#4182) 2021-06-02 12:54:57 -05:00
Dockerfile build: create mountpoint for named volume (#3765) 2020-10-08 14:34:33 +03:00
Dockerfile.GitHubActions feat: add tor entrypoint script for use in dashmate (#4182) 2021-06-02 12:54:57 -05:00
push-docker.sh Make shellcheck happy 2020-07-29 11:20:12 -05:00
README.md Automatically build and push docker image to docker.io/dashpay/dashd-develop (#1809) 2018-01-10 12:17:43 +03:00

This docker image is built and pushed from travis. It does not contain any default configs or any special startup scripts. This is to keep it simple and to not copy too much logic from the official/supported Docker Images found at https://hub.docker.com/r/dashpay/dashd/

The image is mostly used for devops purposes, e.g. for testnet/devnet deployments. Regular users should use the official images instead of this one.

NOTE: Please update the image description at https://hub.docker.com/r/dashpay/dashd-develop/ when changing the above text