项目作者: rbreslow

项目描述 :
A base Docker image for Garry's Mod Dedicated Server.
高级语言: Dockerfile
项目地址: git://github.com/rbreslow/docker-garrysmodds.git
创建时间: 2018-06-10T04:44:09Z
项目社区:https://github.com/rbreslow/docker-garrysmodds

开源协议:Apache License 2.0

下载


docker-garrysmodds CI

This repository contains a Dockerfile designed to support Garry’s Mod Dedicated Server.

Usage

You can start Garry’s Mod with the default launch options (16 max players, Sandbox, and gm_flatgrass) with the following:

  1. $ docker run -it -p 27015:27015 -p 27015:27015/udp --rm quay.io/rbreslow/garrysmodds:slim
  2. . . .
  3. Connection to Steam servers successful.
  4. Public IP is 1.1.1.1.
  5. Assigned anonymous gameserver Steam ID [A-1:0123456789(01234)].
  6. VAC secure mode is activated.

See rbreslow/zs for an example that uses Docker Compose.

Testing

An example of how to use cibuild to build and test an image:

  1. $ CI=1 ./scripts/cibuild