changing interactive to false vs true...
This commit is contained in:
parent
5b68fc281a
commit
eaa9c0c185
@ -12,7 +12,7 @@ To quickly tryout cAdvisor on your machine with Docker (version 0.11 or above),
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo docker run \
|
sudo docker run \
|
||||||
--interactive=true \
|
--interactive=false \
|
||||||
--tty=true \
|
--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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user