GithubHelp home page GithubHelp logo

docker-gitolite's Introduction

Docker Gittolite

Docker image for Gittolite

This Gitolite Docker Image (255Mo) is based on Debian Jessie, I'll maybe migrate it to Alpine in the future.

Rationalize - « Why yet another Gitolite Docker image project? »

I have created this Gitolite Docker image in june 2017 for a personnal project.

One year later, I have forgotten what project I have forked and why it.

Why do you use Gitolite instead GitLab, Gogs or Phabricator?
I would like write a tutorial post to explain how to use git-subrepo then I need lightning Git hosting on a central server like Gitolite to publish a demo.

Other Gitolite Docker image projects:

How to use harobed/gitolite Docker image?

Use this docker-compose.yml file:

version: '3.7'
services:
  debian:
    image: harobed/gitolite:latest
    environment:
      - SSH_KEY=...your public ssh key...
    ports:
      - "1234:22"
    volumes:
      - ./data/git/:/home/git/repositories/
      - ./data/ssh/:/etc/ssh/

Launch it:

$ docker-compose up -d
$ git clone ssh://[email protected]:1234/gitolite-admin
$ cat gitolite-admin/conf/gitolite.conf
repo gitolite-admin
    RW+     =   admin

repo testing
    RW+     =   @all

See demo/ for a comprehensive demo.

How to build and push harobed/gitolite Docker Image?

$ ./scripts/build.sh
$ ./scripts/push.sh

docker-gitolite's People

Contributors

stephane-klein avatar

Stargazers

 avatar

Watchers

 avatar  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.