Hey there guys!
I recently created some docker images for the RageMP server for a project where I am involved at. In the project, we currently use those Docker images to deploy test-servers in our infrastructure.
The main advantage of the Docker image is that the RageMP server can be run on any operation system - regardless of whether it is Windows, some Linux distribution or MacOS. You simply can deploy your Docker container with Docker everywhere.
Furthermore, you can build upon the given Docker images by copying your binaries or source files into the base Docker container. That is the how we@51st-State deploy our testing server.
See the Docker reference for more information on Docker itself (https://docs.docker.com).
Of course, our Docker images are available at DockerHub (nevermind that DockerHub is a bit slow compared to quay.io), too:
I've created two seperate Docker images:
The first image, which is basically just the plain RageMP server without any bridge or whatsoever (see the Links below).
The second image, which is the RageMP server plus the C# bridge (see the Links below).
Side note: Both Docker images use the base Docker image "debian:stretch" and so the RageMP server is run on Debian Stretch in both images.
If you want to know, how we use Docker images in production, visit the GitHub repository of our project (see the server repository in the Links below).
Our server files are OpenSource. This means, also you can use our files if you publish your changes under the same license in public. If want to get in touch with our projects concepts and ideas, see the readme files of our repositories. Our project currently only focuses on German speaking players.
If you want to contribute to our project, then go right ahead. Otherwise, have a great day with our Docker images.
Sincerely
~Vincent
Docker image for the default RageMP server: https://hub.docker.com/r/eisengrind/ragemp-server
Docker image for the bridged RageMP server: https://hub.docker.com/r/eisengrind/ragemp-server-with-bridge
Our project on GitHub: https://github.com/51st-state
Our server repository on GitHub: https://github.com/51st-state/server
P.S.: if there is any problem with uploading the RageMP server files to a public mirror like DockerHub, please message me so that I can take those images offline.