Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Docker image based on the official Python image on Alpine Linux and PyVSS in the latest version.

# with access token and python 3.7.x
docker run -it -v `pwd`:/data -e VSS_API_TOKEN=token_here uofteis/pyvss

# env file containing either VSS_API_USER and VSS_API_USER_PASS or VSS_API_TOKEN
docker run -it -v `pwd`:/data --env-file vss.env uofteis/pyvss
  • No labels