File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Git server in a container for your integration tests !
2
2
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
+
3
10
## Running
4
11
5
12
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 \
17
24
> If you prefer to use a password authentication, the ** git** user has
18
25
> ** secret** as it's password.
19
26
27
+ There is an empty repository at ` /repo.git ` inside the container.
28
+
20
29
## Repository configuration
21
30
22
31
For example, if you are running your container locally mapping the port ` 22 ` to
You can’t perform that action at this time.
0 commit comments