|
|
il y a 6 ans | |
|---|---|---|
| Dockerfile | il y a 6 ans | |
| README.md | il y a 6 ans |
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