Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

axe-docker

Dockerfile for axe (https://github.com/AXErunners/axe)

Building

docker build -t axe .

Running

Customize config file coin.conf first.

# block dir
mkdir data
docker run --rm -itd --name axe -p 9337:9337 -v `pwd`/data:/opt/coin/data -v `pwd`/coin.conf:/opt/coin/coin.conf axe

Using pre-built docker image

docker run --rm -itd --name axe -p 9337:9337 -v `pwd`/data:/opt/coin/data -v `pwd`/coin.conf:/opt/coin/coin.conf mixhq/axe

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages