Skip to content

Commit

Permalink
Merge pull request google#1582 from sjitech/master
Browse files Browse the repository at this point in the history
doc about error `Privileged mode is incompatible with user namespaces…
  • Loading branch information
dashpole authored Mar 20, 2017
2 parents 88f7898 + 4a44716 commit bd72ac3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd72ac3

Please sign in to comment.