commit e52df1279df46fc9197684bbe01fc5f79af1d883
parent 0f94137b185e4a4901e4b94795f9c490b9d175ea
Author: andersuno <anders@desk.andersuno.nu>
Date: Sat, 13 Aug 2022 16:51:59 +0200
Updated README
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -4,6 +4,7 @@
**Table of Contents**
- [git-server-docker-stagit](#git-server-docker-stagit)
+ - [Description](#description)
- [Credits](#credits)
- [Prerequisites](#prerequisites)
- [Necessary customization](#necessary-customization)
@@ -13,7 +14,7 @@
- [Usage](#usage)
- [Run the container](#run-the-container)
- [Check that container works with your SSH key](#check-that-container-works-with-your-ssh-key)
- - [How to create a new repo](#how-to-create-a-new-repo)
+ - [Create a new repo](#create-a-new-repo)
- [Clone your new empty repo and start working in it](#clone-your-new-empty-repo-and-start-working-in-it)
- [Upload existing repo into the new empty repo](#upload-existing-repo-into-the-new-empty-repo)
- [Adding persistence to repo and html storage](#adding-persistence-to-repo-and-html-storage)
@@ -26,7 +27,7 @@
A lightweight Git Server Docker image built with stagit running Alpine Linux.
Stagit produces static html with every push to a repo.
-A web server container can then be configured to read that same storage and serve the html.
+A web server container can then be configured to mount that same storage and serve the html.
## Credits
@@ -79,7 +80,7 @@ provide interactive shell access.
...
```
-### How to create a new repo
+### Create a new repo
``` sh
$ ssh git@<ip-docker-server> -p 2222 new-repo <repo-name> <repo-description>