Skip to content

Build whitecoind from Dockerfile, Use docker container

Notifications You must be signed in to change notification settings

xwchelp/whitecoind-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

whitecoind-build

Build whitecoind from Dockerfile, Use docker container

build

docker build -t whitecoind:v0.4 .

run whitecoind deamon

docker run \
 -itd \
 --restart=always \
 --privileged \
 --name 0.4 \
 -P \
 -p 127.0.0.1:15815:15815 \
 whitecoind:v0.4 \
 /root/script/start_whitecoind

run whitecoin client

docker exec -it xwc_0.4 /bin/bash

run master_node at server

docker run \
  -itd \
  --restart=always \
  --privileged \
  --name whitecoind \
  -P \
  -p 15814:15814 \
  -v /root/.whitecoin-xwc:/root/.whitecoin-xwc \
  whitecoind:v0.5

docker exec -it whitecoind /bin/bash

About

Build whitecoind from Dockerfile, Use docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published