Sign inSign up

itslabq/sss

By itslabq

Updated over 8 years ago

Shamir's Secret Sharing based Key-Value Datastore server

Image
1

405

itslabq/sss repository overview

This is an image for the server application provided in itslab-kyushu/sss.

Containers created from this image exposes port 13009 and a volume /data where all uploaded data will be stored.

To run this server image;

$ docker run -d --name sss-server \
       -p 13009:13009 -v $(pwd)/data:/data itslabq/sss

The above command mounts ./data to /data in the container so that all data are store in ./data.

See our document site for more information.

Tag summary

Content type

Image

Digest

Size

44.6 MB

Last updated

over 8 years ago

docker pull itslabq/sss