hyperledger-labs / dancap

A lab for exploring attestation portability
Apache License 2.0
5 stars 4 forks source link

PCCS service does not run automatically in docker container #9

Open dcmiddle opened 4 years ago

dcmiddle commented 4 years ago

The verification environment dockerfile (docker/verifier-env) is written to have the PCCS service running but it always has to be manually launched in the container.

Possible solutions are to correct the dockerfile or command line usage (see run-docker-verifier script); explore alternative ways to start the container and the service through docker-compose; or pull the PCCS service out of the node management service (PM2) and rely directly on docker.