Giter Club home page Giter Club logo

pirate's Introduction

Pirate

Introduction

It will be moved to tobegit3hub/pirate to stay with tobegit3hub/seagull

Everybody wants Web UI for docker and pirate is the most suitable one for you. It's super easy to install with one command. You can know everything about your images and containers in this single page application. Now English, simplified Chinese and traditional Chinese are perfectly supported!

Welcome to watch the three-minute presentation or go to the demo website.

Usage

  • Run

docker run -d -p 5000:5000 --name registry registry docker run -d -p 9527:9527 -v /var/run/docker.sock:/var/run/docker.sock --link registry:registry larrycai/pirate

  • Then monitor your docker daemon in http://127.0.0.1:9527.
  • For boot2docker users, please run boot2docker ip to find out the real IP.

Testing

Fill images into registry to show how it works

docker tag hello-world localhost:5000/hello-world docker tag hello-world localhost:5000/hello-world:1.0 docker tag hello-world localhost:5000/larrycai/hello-world docker push localhost:5000/hello-world docker push localhost:5000/hello-world:1.0 docker push localhost:5000/larrycai/hello-world

Screenshot

Get Involved

Pirate is implemented in Go and JavaScript with tools like Beego, AngularJS, Bootstrap, Bower, JQuery and Docker. You can fork the repository and send pull-request as you want.

  • Setup go path and try echo $GOPATH
  • go get github.com/astaxie/beego
  • go get github.com/beego/bee
  • go get github.com/larrycai/pirate
  • bee run seagull for dubuging
  • or ./pirate or sudo ./pirate to access /var/run/docker.sock

More detail in seagull-design-and-implement and we have excellent documents in docs.

Notice

The issue #2 shows that everyone can access your docker daemon if the IP and port of seagull are exposed. For security, you can bind localhost or 127.0.0.1 to restrict to access seagull locally.

Then run docker run -d -p 127.0.0.1:9527:9527 -v /var/run/docker.sock:/var/run/docker.sock larrycai/pirate.

pirate's People

Contributors

larrycai avatar

Watchers

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