Sign inSign up

lukechilds/barterdex-api

By lukechilds

Updated over 8 years ago

BarterDEX API

Image
0

307

lukechilds/barterdex-api repository overview

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

Tag summary

Content type

Image

Digest

Size

384.6 MB

Last updated

over 8 years ago

docker pull lukechilds/barterdex-api