Go to file
Mike Heijmans 1730be901d make it ready for circleci 2015-09-14 18:20:24 -07:00
public fix a few bugs and clean up the ui a bit 2015-09-14 15:02:12 -07:00
screenshots cleanup and ready for basic use 2015-08-18 10:23:38 -07:00
views fix a few bugs and clean up the ui a bit 2015-09-14 15:02:12 -07:00
.gitignore fix a few bugs and clean up the ui a bit 2015-09-14 15:02:12 -07:00
.ruby-gemset ..and so it begins 2015-08-17 09:52:45 -07:00
.ruby-version ..and so it begins 2015-08-17 09:52:45 -07:00
Dockerfile add README.md and update container to add env variables 2015-08-17 10:00:26 -07:00
Gemfile ..and so it begins 2015-08-17 09:52:45 -07:00
Gemfile.lock cleanup and ready for basic use 2015-08-18 10:23:38 -07:00
LICENSE.md use some twitter bootstrap action 2015-08-17 22:34:45 -07:00
Procfile ..and so it begins 2015-08-17 09:52:45 -07:00
README.md use correct screenshot 2015-08-18 10:26:06 -07:00
Rakefile make it ready for circleci 2015-09-14 18:20:24 -07:00
VERSION make it ready for circleci 2015-09-14 18:20:24 -07:00
circle.yml make it ready for circleci 2015-09-14 18:20:24 -07:00
config.ru ..and so it begins 2015-08-17 09:52:45 -07:00
docker-compose.yml cleanup and ready for basic use 2015-08-18 10:23:38 -07:00
server.rb fix a few bugs and clean up the ui a bit 2015-09-14 15:02:12 -07:00
unicorn.rb ..and so it begins 2015-08-17 09:52:45 -07:00

README.md

CraneOperator

Just as crane operators can see where all the containers are in the shipyard, CraneOp gives you a simple web interface for browsing around a Docker Registry running version 2.0+

docker run -d -p 4567:4567 parabuzzle/craneoperator:latest

Customizing the Crane

docker run -d \
  -p 4567:4567 \
  -e REGISTRY_HOST=registry.yourdomain.com \
  -e REGISTRY_PORT=443 \
  -e REGISTRY_PROTO=https \
  -e REGISTRY_SSL_VERIFY=false \
  parabuzzle/craneoperator:latest

https://raw.githubusercontent.com/parabuzzle/craneoperator/master/screenshots/image_info.png