Run Quorum Key Manager from Docker image
Use the provided Docker image to run Quorum Key Manager (QKM) in a Docker container without installing QKM.
Prerequisites
- Docker and Docker Compose
-
MacOS or Linux
Important
The Docker image does not run on Windows.
Run Quorum Key Manager
Download the latest QKM Docker compose file.
Specify a path to your manifest file or folder in an environment variable:
export HOST_MANIFEST_PATH=<PATH-TO-MANIFEST-FILE>
Start QKM using Docker Compose:
docker-compose -f docker-compose.yml up key-manager