Skip to content

anzerr/bpow.docker

Repository files navigation

Intro

GitHub Actions status | test

Docker images to setup a client for boompow

Clone

Clone project and sub modules

git clone --recursive -j8 git@github.com:anzerr/bpow.docker.git
git submodule update --init --recursive
git checkout master && git pull origin master

Build

Build the image locally

git clone --recursive -j8 git@github.com:anzerr/bpow.docker.git
docker build -t anzerr/bpow:latest -t bpow .

Run

Run with cpu

docker run \
	-e "address=ban_3zi3ku5dqbdn1uzggcu9gggut1bojsa1a1jurdqnmcnohy94nu6bo3fo19cp" \
	-e "type=-c 4" \
	-e "work=any" \
	--name bpow \
	anzerr/bpow.docker:latest

Run with gpu

docker run \
	-e "address=ban_3zi3ku5dqbdn1uzggcu9gggut1bojsa1a1jurdqnmcnohy94nu6bo3fo19cp" \
	-e "type=-g 0:0" \
	-e "work=any" \
	--name bpow \
	anzerr/bpow.docker:latest