Skip to content

philsc/docker-gitolite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-gitolite

Docker container to run a gitolite instance.

  1. Clone this repo

     git clone https://github.com/philsc/docker-gitolite.git
    
  2. Copy the admin key into the directory

     cp ~/.ssh/id_rsa.pub ./docker-gitolite/
    
  3. Build the docker container

     ./docker-gitolite/build.sh
    
  4. Run the container to test

     sudo ./docker-gitolite/run.sh
    
  5. And install a startup script depending on your choice of init system.

     sudo ./docker-gitolite/install.sh upstart
     sudo ./docker-gitolite/install.sh systemd
    

About

Dockerfile for creating a tiny gitolite server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages