Sign inSign up

tobegit3hub/pirate

By tobegit3hub

•Updated over 10 years ago

Image
1

884

tobegit3hub/pirate repository overview

⁠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

Tag summary

Content type

Image

Digest

sha256:07187da5e…

Size

207.9 MB

Last updated

over 10 years ago

docker pull tobegit3hub/pirate