Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 767 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 767 Bytes

workflow status

minimal alpine based docker container running trezord-go

Running

docker run --net=host --privileged -v /dev/bus/usb:/dev/bus/usb ghcr.io/xtruder/trezord:latest

This will start trezor daemon with api server listening on localhost:21325.

You can test whether api works correctly by executing into container and running:

curl -H "Origin: https://wallet.trezor.io"  -v localhost:21325/enumerate -XPOST

This will enumerate currently connected trezor devices.