Merge pull request #1582 from sjitech/master

doc about error `Privileged mode is incompatible with user namespaces…
This commit is contained in:
David Ashpole 2017-03-20 09:27:58 -07:00 committed by GitHub
commit bd72ac3332

View File

@ -18,6 +18,10 @@ sudo docker run \
cAdvisor is now running (in the background) on `http://localhost:8080/`. The setup includes directories with Docker state cAdvisor needs to observe.
**Note**: If docker daemon is running with [user namespace enabled](https://docs.docker.com/engine/reference/commandline/dockerd/#starting-the-daemon-with-user-namespaces-enabled),
You need to add `--userns=host` option in order for cAdvisor to monitor Docker containers,
otherwise cAdvisor can not connect to docker daemon.
## Latest Canary
The latest cAdvisor canary release is continuously built from HEAD and available