Git Product home page Git Product logo

docker-registry-omnibus's Introduction

Introduction

This is an Omnibus project that will build a "monolithic" OS package for Docker Registry. It installs an embedded version of python along with all python packages required by the docker-registry project. This makes is possible to run the Docker Registry without taking into account what version of the Python Language or of the required packages is installed on the host system.

How to build the omnibus package

  1. Checkout the repository
  2. Run vagrant up
  3. SSH into the box: vagrant ssh
  4. Change working directory to /vagrant
  5. Run make

How to install the omnibus package

The steps above would produce an RPM in the /vagrant/pkg/ directory which you can copy to a RHEL/CentOS box and install using rpm. The package will include an embdedded version of Python 2.7.x along with dockery-registry pip package and all the related packages and files in /opt/docker-registry folder.

How to start Docker Registry

  1. Install the project as mentioned above
  2. Run /etc/init.d/docker-registry start (the service would start automatically during the OS startup since the RPM installation step adds it to the list of automatically started projects via chkconfig).

docker-registry-omnibus's People

Contributors

zaa avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.