설명 없음

demo.masouros 60f3d5cf62 Changed README 5 년 전
Dockerfile c04777ff9d Added Dockerfile and changed README 5 년 전
README.md 60f3d5cf62 Changed README 5 년 전

README.md

Dockerized version of Intel's Performance Counter Monitoring (PCM) tool

To build the docker image, we follow the normal procedure:

foo@bar:~$ docker build -t intel-pcm .

To successfully run the container, we have to run the container with privileged capabilities as below:

foo@bar:~$ docker run -ti --privileged=True pl4tinum/pcm:latest