Dockerfile add jq
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user