GithubHelp home page GithubHelp logo

docker-se-cadvisor's Introduction

docker-se-cadvisor

Docker image for Google CAdvisor with local SE-patches

See https://github.com/google/cadvisor

cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containers. It is a running daemon that collects, aggregates, processes, and exports information about running containers. Specifically, for each container it keeps resource isolation parameters, historical resource usage, histograms of complete historical resource usage and network statistics. This data is exported by container and machine-wide.

Why SE Custom Docker Image

Need a custom Docker Image because of issue: google/cadvisor#1802 Once that is resolved we can use the official google/cadvisor `.

Hosting

The SE Docker image is hosted as: smartemission/se-cadvisor at DockerHub.

Hosting for the parent Docker image google/cadvisor:

Environment

At the moment no environment variables are required. As CAdvisor needs access to Docker resources on the host, it requires volume mapping, at least within a docker-compose setup:

  cadvisor:
     # image: google/cadvisor
     image: smartemission/se-cadvisor:v0.28.3
     volumes:
       - /:/rootfs:ro
       - /var/run:/var/run:rw
       - /sys:/sys:ro
       - /var/lib/docker/:/var/lib/docker:ro

Architecture

See https://github.com/google/cadvisor/tree/master/docs.

Links

docker-se-cadvisor's People

Contributors

justb4 avatar

Watchers

 avatar  avatar

Forkers

tvsltd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.