demo.masouros vor 5 Jahren
Ursprung
Commit
60f3d5cf62
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -2,13 +2,13 @@
 
 To build the docker image, we follow the normal procedure:
 
-```console
+```bash
 foo@bar:~$ docker build -t intel-pcm .
 ```
 
 To successfully run the container, we have to run the container with privileged capabilities as below:
 
-```console
+```bash
 foo@bar:~$ docker run -ti --privileged=True pl4tinum/pcm:latest
 ```