Giter VIP home page Giter VIP logo

docker-ganglia's Introduction

Ganglia docker

Demos

Requisites

  • docker
  • docker-compose
  • Linux
  • check if the firewall is disable on your machine

Usage

clone project and build docker image

git clone https://github.com/dockerq/docker-ganglia.git
cd docker-ganglia
docker build -t dockerq/ganglia . (you can use someone else image name)

change docker-compose.yml file

cat docker-compose.yml

ganglia:
    image: dockerq/ganglia(the image name you build)
    privileged: true
    ipc: host
    net: host
    pid: host
    container_name: ganglia
    ports:
        - 9090:80
    volumes:
        - /sys:/sys
        - /dev:/dev

config ganglia

configure files are in directory conf

run

cd ganglia
docker-compose up -d

Troubleshooting

I run docker-compose up -d in my pc,(ubuntu 14.04 docker 1.9.1) and I run into the following error:

  ERROR: Cannot start container 84d255960b938a53d168f9fe5ebc3940568d508f3a85cc6a4190f326d5252725: /dev/mqueue is not mounted, but must be for --ipc=host

first I run ls -al /dev | grep mqueue to see if the dir exists:

geek@prod:ganglia$ ls -al /dev | grep mqueue
geek@prod:ganglia$

This indicates /dev/mqueue does not exist. So I take the following action:

geek@prod:ganglia$ sudo mkdir -p /dev/mqueue

and run docker-compose up -d,the container runs correctly

docker-ganglia's People

Contributors

alwqx avatar shawn174 avatar

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.