From c4a7f10dd105c58ee0679a90c871dead6efe49ac Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Mar 2020 02:05:31 +0300 Subject: README: update --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b629ed..fcd207c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ cgit repos ========== [![Travis (.com) branch](https://img.shields.io/travis/com/egor-tensin/cgit-repos/master?label=Tests)](https://travis-ci.com/egor-tensin/cgit-repos) -[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/egortensin/pull-cgit-repos?label=Docker)](https://hub.docker.com/repository/docker/egortensin/pull-cgit-repos/builds) Mirror your git repositories and make them cgit-ready. @@ -26,7 +25,7 @@ Make sure the required keys are loaded to a ssh-agent. ### Docker -The image is **egortensin/pull-cgit-repos**. +The image is **egortensin/cgit-repos**. The container reads the config from */etc/cgit-repos/cgit-repos.conf* and writes the repositories to */var/tmp/cgit-repos/output*. If SSH is required, the socket should be mapped to @@ -58,7 +57,7 @@ Development To build an image: - > docker build -t egortensin/pull-cgit-repos . + > make docker/build ### Linting -- cgit v1.2.3