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.
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
boot2docker ip to find out the real IP.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




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.
echo $GOPATHgo get github.com/astaxie/beegogo get github.com/beego/beego get github.com/larrycai/piratebee run seagull for dubuging./pirate or sudo ./pirate to access /var/run/docker.sockMore detail in seagull-design-and-implement and we have excellent documents in docs.
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.
Content type
Image
Digest
sha256:b9bd4895f…
Size
177.3 MB
Last updated
almost 11 years ago
docker pull larrycai/pirate