Dropping un-needed flags.
This commit is contained in:
parent
eaa9c0c185
commit
605b0ae244
@ -12,8 +12,6 @@ To quickly tryout cAdvisor on your machine with Docker (version 0.11 or above),
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo docker run \
|
sudo docker run \
|
||||||
--interactive=false \
|
|
||||||
--tty=true \
|
|
||||||
--volume=/var/run:/var/run:rw \
|
--volume=/var/run:/var/run:rw \
|
||||||
--volume=/sys/fs/cgroup/:/sys/fs/cgroup:ro \
|
--volume=/sys/fs/cgroup/:/sys/fs/cgroup:ro \
|
||||||
--volume=/var/lib/docker/:/var/lib/docker:ro \
|
--volume=/var/lib/docker/:/var/lib/docker:ro \
|
||||||
|
Loading…
Reference in New Issue
Block a user