Skip to content

Commit 53aefec

Browse files
committed
Update README.md with docker description and badge
1 parent 12f9d39 commit 53aefec

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AlternateLife.RageMP.Net
2-
![Build status](https://teamcity.alternate-life.de/app/rest/builds/buildType:(id:RageMP_NETCore_Release)/statusIcon) (Windows)
3-
![Build status](https://teamcity.alternate-life.de/app/rest/builds/buildType:(id:RageMP_NETCore_Linux_Release)/statusIcon) (Linux)
2+
![Windows build status](https://teamcity.alternate-life.de/app/rest/builds/buildType:(id:RageMP_NETCore_Release)/statusIcon) (Windows)
3+
![Linux build status](https://teamcity.alternate-life.de/app/rest/builds/buildType:(id:RageMP_NETCore_Linux_Release)/statusIcon) (Linux)
4+
[![Docker build status](https://teamcity.alternate-life.de/app/rest/builds/buildType:(id:RageMP_NETCore_Linux_Docker_Release)/statusIcon)](https://cloud.docker.com/repository/docker/alternatelife/ragemp-server) (Docker)
45
[![NuGet](https://img.shields.io/nuget/dt/AlternateLife.RageMP.Net.svg)](https://www.nuget.org/packages/AlternateLife.RageMP.Net)
56

67
AlternateLife.RageMP.Net is an alternative server-side .NET Core 2.2 implementation for [RAGE Multiplayer](https://rage.mp). This library targets more advanced developers which are more familiar with the RAGE Multiplayer server API and its features. It offers a mostly asynchronous API to interact with, so a thread-safe access to the native API is always guaranteed.
@@ -81,6 +82,10 @@ namespace AlternateLife.RageMP.Net.Example
8182
}
8283
```
8384

85+
## Docker
86+
87+
Hosten on [DockerHub](https://cloud.docker.com/repository/docker/alternatelife/ragemp-server) is an image containing the Rage-MP linux server with this bridge installed.
88+
8489
## See also
8590

8691
- This package heavily relies on our [RAGE Multiplayer C SDK wrapper](https://github.com/AlternateLife/ragemp-c-sdk).

0 commit comments

Comments
 (0)