Skip to content

Commit 5b67994

Browse files
committed
readme update
1 parent 2603a73 commit 5b67994

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Git server in a container for your integration tests !
22

3+
![logo](logo.png)
4+
5+
Git is a free and open source distributed version control system designed to
6+
handle everything from small to very large projects with speed and efficiency.
7+
8+
This image was created to provide some mock git service for integration tests.
9+
310
## Running
411

512
This container uses port `22` as the entry point for the SSH connection. And
@@ -17,6 +24,8 @@ docker run --rm -it -p 2288:22 \
1724
> If you prefer to use a password authentication, the **git** user has
1825
> **secret** as it's password.
1926
27+
There is an empty repository at `/repo.git` inside the container.
28+
2029
## Repository configuration
2130

2231
For example, if you are running your container locally mapping the port `22` to

logo.png

5.85 KB
Loading

0 commit comments

Comments
 (0)