Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 595 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 595 Bytes

Bitzenyd Docker Image

Image

Repo: onokatio/docker-bitzenyd:tag Tag:

  • alpine - Alpine Linux version (fast and light)
  • debian - Debian version

! now work to host docker image on Organizaion.

How to use

1.Create data directory.

$ mkdir bitzeny-data

2.Create file at bitzeny-data/bitzeny.conf.

rpcuser=rpc
rpcpassword=rpcpass
rpcallowip=localhost
server=1
  1. Run docker container with volume option
docker run --name bitzenyd -d -v ./bitzeny-data:/root/.bitzeny -p 9252:9252 --network host nao20010128nao/docker-bitzenyd:alpine