Sign inSign up

enalean/grokmirror-tuleap

By enalean

Updated over 8 years ago

Image
0

459

enalean/grokmirror-tuleap repository overview

Docker image to test tuleap grokmirror

Be careful, it's meant for test only, there are ssh keys that must not be used elsewhere, esp. in prod!

How to use

For first run, check specific section below

Regular run


    docker run -d --name=mirror1 --volumes-from mirror1-data enalean/grokmirror-tuleap red.tuleap-aio-dev.dev.docker welcome0 1

Where:

* red.tuleap-aio-dev.dev.docker is the hostname of your Tuleap server
* welcome0 is the password of this user
* 1 is the ID of the mirror

First run
`````````

Create a data container for your mirror:

    docker run --name=mirror1-data -v /var/lib/gitolite busybox true

Then initialize data:

    docker run -ti --rm --volumes-from mirror1-data enalean/grokmirror-tuleap

A public ssh key is displayed on terminal at first run, publish it for the
mirror on Tuleap.

Wait for a minute of two so the key is dumped on the FS.

Tag summary

Content type

Image

Digest

sha256:5cfca6b80

Size

127.7 MB

Last updated

over 8 years ago

docker pull enalean/grokmirror-tuleap