Sign inSign up

acejam/ixcoin

By acejam

Updated over 9 years ago

A customizable Docker container for Ixcoin

Image
0

1.2K

acejam/ixcoin repository overview

Ixcoin for Docker

Build Status Docker Stars Docker Pulls

A customizable Docker container for Ixcoin

Quick Start

docker run -d --name ixcoin --restart=always -v /data/ixcoin:/data/ixcoin acejam/ixcoin:latest

Config options

This container includes support for Ixcoin configuration values. These values can be set when calling docker run through the use of environment variables.

The following values are configurable:

  • RPC_USER
  • RPC_PASS
  • RPC_ALLOW_IP
  • MAX_CONNECTIONS
  • RPC_PORT
  • PORT

For 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/ixcoin:latest

Data persistence

Coming soon!

Tag summary

Content type

Image

Digest

Size

244.8 MB

Last updated

over 9 years ago

docker pull acejam/ixcoin