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 f25e97ceb7 Remove image layers badge 6 years ago
bin Initial commit 6 years ago
.gitignore Add tests 6 years ago
.travis.yml Add tests 6 years ago
Dockerfile Add python and python-pil deps required by https://github.com/LedgerHQ/ledger-app-btc 6 years ago
LICENSE Initial commit 6 years ago
README.md Remove image layers badge 6 years ago
demo.svg Add demo animation 6 years ago
test Add tests 6 years ago

README.md

docker-ledger-sdk

Build Status Docker Pulls

Build a Ledger app with one command

A fully pre-configured Ledger SDK build environment.

Usage

To run make in your ~/code/my-ledger-app project dir:

docker run -v ~/code/my-ledger-app:/code lukechilds/ledger-sdk

If you're already in your project dir you can just do:

docker run -v ${PWD}:/code lukechilds/ledger-sdk

To run an arbitrary command in your project dir:

docker run -v ${PWD}:/code lukechilds/ledger-sdk 'make clean'

License

MIT © Luke Childs