You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Luke Childs 5c2b57987f Document CHECKOUT build arg 7 years ago
bin Copy marketmaker to /usr/local/bin and nuke repo 7 years ago
.travis.yml Initial commit 7 years ago
Dockerfile Specify commit/branch to build 7 years ago
LICENSE Initial commit 7 years ago
README.md Document CHECKOUT build arg 7 years ago

README.md

docker-barterdex-api

Build Status Image Layers Docker Pulls

Usage

docker run -e PASSPHRASE="secure passphrase" -p 127.0.0.1:7783:7783 lukechilds/barterdex-api

Building your own

Checkout this repo and run:

docker build -t barterdex-api .

You can also specify a custom branch/commit to build via a build arg:

# Build at tip of master
docker build -t barterdex-api --build-arg CHECKOUT=master .

# Build at commit 715b02e
docker build -t barterdex-api --build-arg CHECKOUT=715b02e .

License

MIT © Luke Childs