Merge pull request #2545 from dashpole/privileged

add --privileged to example to readme
This commit is contained in:
David Ashpole 2020-05-15 09:45:21 -07:00 committed by GitHub
commit 050551287c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ sudo docker run \
--publish=8080:8080 \
--detach=true \
--name=cadvisor \
--privileged \
gcr.io/google-containers/cadvisor:$VERSION
```