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.
 
nolim1t 076c29e4b6
Add running instructions to README
5 years ago
.github/workflows Add on-tag 5 years ago
Dockerfile Fix up pathnames 5 years ago
LICENSE Create LICENSE 5 years ago
README.md Add running instructions to README 5 years ago

README.md

Specter Desktop in a docker container

Specter Desktop by cryptoadvance in a docker container.

Why?

So we can simplify things and make things easier (also try to build cross platform)

Building

docker build -t nolim1t/specter-desktop:v0.6.1 . 

Running

# in HWI bridge mode
docker run --rm -v $HOME:/.specter:/data/.specter lncm/specter-desktop:v0.6.1 --hwibridge

# Get the Help to see options
docker run --rm -v $HOME:/.specter:/data/.specter lncm/specter-desktop:v0.6.1 --help