GolfenGuo / seagull

Friendly Web UI to monitor docker daemon

Home Page:http://96.126.127.93:10086

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seagull

Build Status GoDoc ![Gitter](https://badges.gitter.im/Join Chat.svg)

Introduction

Seagull is the best friend of docker which provides Web UI to monitor docker daemon.

Everybody wants Web UI for docker and seagull 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, traditional Chinese, German and French are well supported!

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

Usage

  • docker run -d -p 10086:10086 -v /var/run/docker.sock:/var/run/docker.sock tobegit3hub/seagull
  • Then monitor your docker daemon in http://127.0.0.1:10086
  • For boot2docker users, please run boot2docker ip to find out the real IP

Don't remember the lengthy command? Run is well supported by run github:tobegit3hub/seagull/run.

Multi-host

Seagull supports to monitor multiple servers. Make sure you start docker daemon like this.

docker -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock -api-enable-cors=true -d

Screenshot

Get Involved

Seagull 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/tobegit3hub/seagull
  • go build seagull.go or bee run seagull for dubuging
  • ./seagull or sudo ./seagull 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:10086:10086 -v /var/run/docker.sock:/var/run/docker.sock tobegit3hub/seagull.

About

Friendly Web UI to monitor docker daemon

http://96.126.127.93:10086

License:Apache License 2.0


Languages

Language:JavaScript 54.5%Language:HTML 33.6%Language:Go 10.6%Language:CSS 1.2%Language:Shell 0.1%