github.com/google/cadvisor@v0.49.1/docs/deploy.md (about) 1 # Building and Deploying the cAdvisor Docker Container 2 3 ## Building 4 5 Building the cAdvisor Docker container is simple, just run: 6 7 ``` 8 $ ./deploy/build.sh 9 ``` 10 11 Which will statically build the cAdvisor binary and then build the Docker image. The resulting Docker image will be called `google/cadvisor:beta`. This image is very bare, containing the cAdvisor binary and nothing else. 12 13 ## Deploying 14 15 All cAdvisor releases are tagged and correspond to a Docker image. The latest supported release uses the `latest` tag. We have a `beta` and `canary` tag for pre-release versions with newer features. You can see more details about this in the cAdvisor [Google Container Registry](https://gcr.io/cadvisor/cadvisor) page.