diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-01 02:05:31 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-01 02:05:31 +0300 |
commit | c4a7f10dd105c58ee0679a90c871dead6efe49ac (patch) | |
tree | 9a44c1ccbf5d0dc4d503a8a702fb1e76b699cc9b | |
parent | build & publish multi-arch Docker images (diff) | |
download | cgitize-c4a7f10dd105c58ee0679a90c871dead6efe49ac.tar.gz cgitize-c4a7f10dd105c58ee0679a90c871dead6efe49ac.zip |
README: update
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |