GoldenEye: Source is an online multiplayer arena first-person shooter that aims to provide a faithful but expanded recreation of GoldenEye 007's multiplayer including additional game modes, re-creations of single-player levels that were not originally accessible in GoldenEye 007's multiplayer modes, and weapons which were only accessible using cheats.
This repository is maintained by Laclede's LAN. Its contents are intended to be bare-bones and used as a stock server. For examples of building a customized server from this Docker image see its related child-project gamesvr-gesource-freeplay. If any documentation is unclear or it has any issues please see CONTRIBUTING.md.
docker pull lacledeslan/gamesvr-gesource
The image includes a test script that can be used to verify its contents. No changes or pull-requests will be accepted to this repository if any tests fail.
docker run --rm lacledeslan/gamesvr-gesource ./ll-tests/gamesvr-gesource.sh
docker run -it --rm --net=host lacledeslan/gamesvr-gesource ./srcds_run -game gesource +map ge_depot +sv_lan 1 +maxplayers 16
Docker is an open-source project that bundles applications into lightweight, portable, self-sufficient containers. For a crash course on running Dockerized game servers check out Using Docker for Game Servers. For tips, tricks, and recommended tools for working with Laclede's LAN Dockerized game server repos see the guide for Working with our Game Server Repos. You can also browse all of our other Dockerized game servers: Laclede's LAN Game Servers Directory.