Skip to content

identinet/docker-didkit

Repository files navigation

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

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