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-5 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-5 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