|
5 年之前 | |
---|---|---|
Dockerfile | 5 年之前 | |
README.md | 5 年之前 |
To build the docker image, we follow the normal procedure:
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