All Projects → tobegit3hub → pirate

tobegit3hub / pirate

Licence: CC0-1.0 license
Private admin dashboard for docker distribution

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Pirate

Build Status GoDoc Gitter

Introduction

Private is the admin dashboard for docker distribution.

Usage

Please run like below

docker run -d -p 5000:5000 --name registry registry
docker run -d -p 9527:9527 --link registry:registry tobegit3hub/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

Tag local testing images

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

Push images into registry

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

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/tobegit3hub/pirate
  • go build
  • ./pirate
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].