https://github.com/identinet/docker-didkit
1.1K
Provides a docker image for the excellent Self-Sovereign Identity toolkit didkit.
Run the docker container with the following command and pass parameters to didkit:
docker run -it --rm identinet/didkit-cli:0.3.2-1 help
Make files from the local file system available to didkit by mounting them:
docker run -it --rm -u "$(id -u):$(id -g)" -v "$PWD:/run/didkit" identinet/didkit-cli:0.3.2-0 key to did --key-path key.jwk
git clone [email protected]:identinet/docker-didkit.git
# then, update submodules via
git submoule update --init --recursive
# or
just update
Nix is required to build the image:
just build
Content type
Image
Digest
sha256:9bf8e1096…
Size
27.4 MB
Last updated
over 2 years ago
docker pull identinet/didkit-cli