Skip to content

inacademia-development/docker-svs

 
 

Repository files navigation

This is a legacy repository and is no longer in use. If you are a prospective contributor or would like to become a customer of InAcademia, please visit www.inacademia.org or contact us using the organisation contact details above.

Simple Validation Service docker image

Necessary files for building a Docker image for running an svs instance.

Build

docker build -t svs:1.0.0 .

Run

docker run -ti --name svs
-v /home/user/src/svs/conf:/var/svs -e DATA_DIR="/var/svs"
-e PROXY_PORT="8888"
-p 8888:8888 svs:1.0.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.8%
  • Shell 2.5%
  • Dockerfile 1.7%