Shamir's Secret Sharing based Key-Value Datastore server
405
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.
Content type
Image
Digest
Size
44.6 MB
Last updated
over 8 years ago
docker pull itslabq/sss