Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine best way to handle keys in docker vs dev #4

Open
mattcollier opened this issue Sep 2, 2019 · 0 comments
Open

Determine best way to handle keys in docker vs dev #4

mattcollier opened this issue Sep 2, 2019 · 0 comments

Comments

@mattcollier
Copy link
Contributor

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

The instructions in vc-demo instruct docker users to map a volume from pwd to the key-file folder in the image. https://github.com/digitalbazaar/vc-demo#create-an-alias

Ideally, keys could be handled in a similar way between docker and dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant