Jump to content

Search the Community

Showing results for tags 'container'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • RAGE Multiplayer
    • Announcements
    • Discussion
    • Suggestions
  • Scripting
    • Scripting
    • Resources
  • Community
    • Support
    • Servers
    • Media Gallery
  • Non-English
    • Русский - Russian
    • Français - French
    • Deutsch - German
    • Espanol - Spanish
    • Română - Romanian
    • Portuguesa - Portuguese
    • Polski - Polish

Categories

  • Scripts
  • Gamemodes
  • Libraries
  • Plugins
  • Maps
  • Tools

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Facebook


Youtube


Skype


Web


VK

Found 2 results

  1. Hello I'm facing a weird issue on ragemp dockerized using Ubuntu I have setup the image and ran the server correctly,i was even able to connect to it and spawn normally however the console is stuck at "Incoming connection from xxxx" and it never goes to the "x has joined" part the console only updates when joining/disconnecting as shown in the picture below https://i.ibb.co/xLXK4Lp/Screenshot-2023-07-02-231522.png also the chat in game doesn't work,i can press T open up the default chat and typing but the messages aren't showing as if nothing is typed in Here's my image file that's running on the container: FROM ubuntu:latest RUN apt-get update RUN apt update && apt install -y libstdc++6 RUN apt-get install libatomic1 WORKDIR /RAGE ADD https://cdn.rage.mp/updater/prerelease/server-files/linux_x64.tar.gz /RAGE/ RUN tar -xzf linux_x64.tar.gz WORKDIR /RAGE/ RUN chmod ugo+rwx ragemp-srv WORKDIR /RAGE/ragemp-srv RUN chmod +x ragemp-server EXPOSE 22006:22006 EXPOSE 22005:22005/udp CMD [ "./ragemp-server" ] any ideas?
  2. 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.
×
×
  • Create New...