Skip to content

Commit 04a5e0e

Browse files
committed
Update version number in README.md quick start example
1 parent 570d8a7 commit 04a5e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cAdvisor has native support for [Docker](https://github.com/docker/docker) conta
1111
To quickly tryout cAdvisor on your machine with Docker, we have a Docker image that includes everything you need to get started. You can run a single cAdvisor to monitor the whole machine. Simply run:
1212

1313
```
14-
VERSION=v0.36.0 # use the latest release version from https://github.com/google/cadvisor/releases
14+
VERSION=v0.49.1 # use the latest release version from https://github.com/google/cadvisor/releases
1515
sudo docker run \
1616
--volume=/:/rootfs:ro \
1717
--volume=/var/run:/var/run:ro \

0 commit comments

Comments
 (0)