Sign inSign up

identinet/didkit-cli

By identinet

Updated over 1 year ago

https://github.com/identinet/docker-didkit

Image
Security
Developer tools
0

1.1K

identinet/didkit-cli repository overview

docker-didkit

Provides a docker image for the excellent Self-Sovereign Identity toolkit didkit.

Usage

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

Development

Clone Repository
git clone [email protected]:identinet/docker-didkit.git

# then, update submodules via

git submoule update --init --recursive

# or

just update
Build Container Image

Nix is required to build the image:

just build

Tag summary

Content type

Image

Digest

sha256:9bf8e1096

Size

27.4 MB

Last updated

over 2 years ago

docker pull identinet/didkit-cli