Giter Site home page Giter Site logo

kunday / gondola Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 422 KB

Navigate docker world easily.

Home Page: https://github.com/kunday/gondola

Ruby 19.54% Makefile 1.21% CSS 0.09% HTML 31.16% JavaScript 46.20% Shell 0.89% Dockerfile 0.91%
docker docker-history

gondola's Introduction

Gondola

Gondola is a docker ui for docker hosts. It lets you view your local containers, images and system information. It allows you to drill down deep into docker image history, how much space you are using and the steps used to construct the Dockerfile.

![Gif] (http://cdn.makeagif.com/media/9-15-2015/ijCdBT.gif)

Installation

You can run this in your docker host by using the command:

   docker run -v \
    /var/run/docker.sock:/var/run/docker.sock \
    -p 59292:8080 kunday/gondola:5

You should now be able to reach the ui through the hostip:59292 address. By default, if your machine is accessible to the world, this will be accessible to the world too, if you have any sensitive information in your docker history it's recommended to block access in usual way.

Setting up for development

Checkout the project from github using:

git checkout https://github.com/kunday/gondola.git

Compile a version of the application locally by running

make

Once that's done, start a local version using:

docker-compose up

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

#TODO

  1. Enable meta screen showing the connection options

gondola's People

Contributors

kunday avatar kunday-personal avatar

Stargazers

 avatar  avatar

Watchers

 avatar

gondola's Issues

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.