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-10 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-10 key to did --key-path key.jwk
git clone git@github.com:identinet/docker-didkit.git
# then, update submodules via
git submodule update --init --recursive
# or
just update
Nix is required to build the image:
just build