You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker users are able to access key material that is on their local system (not inside the docker container). This is accomplished by mapping a Docker volume.
The current docker image is based on the build-docker branch which has this one commit: 1ec6c2c
Docker users are able to access key material that is on their local system (not inside the docker container). This is accomplished by mapping a Docker volume.
The current docker image is based on the
build-docker
branch which has this one commit: 1ec6c2cThe instructions in
vc-demo
instruct docker users to map a volume frompwd
to thekey-file
folder in the image. https://github.com/digitalbazaar/vc-demo#create-an-aliasIdeally, keys could be handled in a similar way between docker and dev.
The text was updated successfully, but these errors were encountered: