changing interactive to false vs true...

This commit is contained in:
Jason Swindle 2014-06-10 15:59:59 -05:00
parent 5b68fc281a
commit eaa9c0c185

View File

@ -12,7 +12,7 @@ To quickly tryout cAdvisor on your machine with Docker (version 0.11 or above),
```
sudo docker run \
--interactive=true \
--interactive=false \
--tty=true \
--volume=/var/run:/var/run:rw \
--volume=/sys/fs/cgroup/:/sys/fs/cgroup:ro \