diff --git a/README.md b/README.md index d7272506..5e4e65a8 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ To quickly tryout cAdvisor on your machine with Docker (version 0.11 or above), ``` sudo docker run \ - --interactive=false \ - --tty=true \ --volume=/var/run:/var/run:rw \ --volume=/sys/fs/cgroup/:/sys/fs/cgroup:ro \ --volume=/var/lib/docker/:/var/lib/docker:ro \