/docker-trezor-wallet

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

docker-trezor-wallet

Overview

This is a Dockerfile to build an image for a local Trezor Wallet (instead of http://wallet.trezor.io/) It was created based on blog post by Bach N. Run a local instance of Trezor Wallet

If you have improvements or suggestions please open an issue or pull request on the GitHub project page.

Links

Quick Start

To pull from docker hub:

sudo docker pull bit4you2/trezor-wallet:latest

Build

To build the image:

sudo docker build . -t bit4you2/trezor-wallet

Running

To simply run the container:

sudo docker run -d -p 80:8080 bit4you2/trezor-wallet:latest