A customizable Docker container for Devcoin
391
A customizable Docker container for Devcoin
docker run -d --name devcoin --restart=always -v /data/devcoin:/data/devcoin acejam/devcoin:latest
This container includes support for Devcoin configuration values. These values can be set when calling docker run through the use of environment variables.
The following values are configurable:
RPC_USERRPC_PASSRPC_ALLOW_IPMAX_CONNECTIONSRPC_PORTPORTFor example, to run the container with the username "DevUser" and a password of "P@ssw0rd123" with 10 max connections, you can run the following:
docker run -d -e RPC_USER="DevUser" -e RPC_PASS="P@ssw0rd123" -e MAX_CONNECTIONS=10 acejam/devcoin:latest
Coming soon!
Content type
Image
Digest
Size
248 MB
Last updated
over 8 years ago
docker pull acejam/devcoin