Skip to content

shawnmartin-py/shamir-image-shares

Repository files navigation

Running in a Docker Container

  1. docker build -t cli-tool .
  2. docker network create --internal no-internet
  3. docker run -d --network no-internet --name cli-tool cli-tool
  4. docker exec cli-tool python app.py
  • use docker cp <origin> <destination> to copy files to and from the container
  • docker location should be: cli-tool:/usr/src/app

Compiling to a Single Executable

python -m nuitka --onefile --standalone --include-data-file=wordlist.txt=./bip_utils/bip/bip39/wordlist/english.txt app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages