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.
To pull from docker hub:
sudo docker pull bit4you2/trezor-wallet:latest
To build the image:
sudo docker build . -t bit4you2/trezor-wallet
To simply run the container:
sudo docker run -d -p 80:8080 bit4you2/trezor-wallet:latest