Asim Waheed

Results 6 comments of Asim Waheed

I've been facing this issue as well. Was anyone able to figure out what's going on?

Thank you for the response! I included the plugins into my Dockerfile, and added the following lines: ``` # Install AESM Plugins RUN apt-get update && apt-get install -y --no-install-recommends...

Hi @dimakuv, When I try to install the PCCS service, I get the following error: ``` Installing PCCS service ... failed. Unsupported platform - neither systemctl nor initctl was found....

Hi! Thank you for the response. I have been trying to install PCCS within a Docker container using the Dockerfile as a reference, but I get an error with the...

Thank you @kailun-qin I managed to install the PCSS server, and it seems to be working. The output of the command `curl -kv https://localhost:8081` inside my Docker container is: ```...

That does help. Seems like a bit of a hack but if it works it works :)