소스 검색

Changed README

demo.masouros 5 년 전
부모
커밋
b049b85267
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -1,15 +1,15 @@
-# Dockerized version of Intel's Performance Counter Monitoring tool
+# Dockerized version of Intel's Performance Counter Monitoring (PCM) tool
 
 To build the docker image, we follow the normal procedure:
 
-```
-docker build -t intel-pcm .
+```console
+foo@bar:~$ docker build -t intel-pcm .
 ```
 
 To successfully run the container, we have to run the container with privileged capabilities as below:
 
-```
-docker run -ti --privileged=True pl4tinum/pcm:latest
+```console
+foo@bar:~$ docker run -ti --privileged=True pl4tinum/pcm:latest
 ```