Dockerfile add jq

This commit is contained in:
2023-04-21 14:20:58 +05:00
parent 21d4e7a647
commit cd9bcb8c13
3 changed files with 10 additions and 8 deletions

View File

@@ -7,10 +7,12 @@ Deal Module (dm) - the Bitdeals daemon that provides a special interfaces for cr
# Running DM docker container
On first run the initialization script will create (if it is empty), a new bitcoin and PGP keys and start the daemon.
On first run the initialization script will create, a new bitcoin and PGP keys and start the daemon.
Daemon settings may specified by an environment variables. PGP secret key is stored on a Docker volume.
First run example: `docker run -i -t -e DM_TESTNET=1 -p 127.0.0.1:443:443 bitdeals/apostol-dm` - register new user, open WebUI port.
# Usage
Here are some example snippets to help you get started creating a container at localhost.