Code Monkey home page Code Monkey logo

docker-mesh's Introduction

docker-mesh

Draw a comprehensive graph of your docker containers.

This application is embedded into a single docker container, and show only network links between your platform architecture.

docker-mesh example

Requirements

How to use

With docker-compose

Just docker-compose mesh in the project folder.

With docker

Either pull or build the image with:

docker pull thavel/docker-mesh:head
docker build -t thavel/docker-mesh:head .

And then launch it:

docker run --rm \
  -p 9200:8080 -p 9201:8081 \
  -v /var/run/docker.sock:/var/run/docker.sock \
  thavel/docker-mesh:head

Web interface

The web interface is available through http://localhost:9200 (replace localhost with the IP of your docker-machine if you're running Docker under OSX).

Third party

docker-mesh has a RESTful API available through HTTP via the port 9201.

Available routes are:

  • GET on /v1/containers
  • GET on /v1/nodes
  • GET on /v1/edges

Under the hood

This application has been written using Python 3.5 and the following libraries:

Upcoming improvements

  • Show volumes_from and volumes dependencies between containers.
  • Show forwarded ports of your containers.
  • Display basic container information.
  • A better and configurable user interface (with filters and commands).
  • An improved backend API.
  • Versioned and hosted docker-mesh images on Dockerhub.

docker-mesh's People

Contributors

thavel avatar

Watchers

James Cloos avatar  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.