项目作者: andrebossi

项目描述 :
Counter-Strike 1.6 Server
高级语言: Shell
项目地址: git://github.com/andrebossi/cs16-server-launcher.git
创建时间: 2019-01-06T21:34:50Z
项目社区:https://github.com/andrebossi/cs16-server-launcher

开源协议:MIT License

下载


1. Counter-Strike 1.6 Server

GitHub
GitHub Workflow Status

A Docker container for Counter-Strike 1.6 Server

1.1. Getting Started

These instructions will cover usage information and for the Docker container.

1.1.1. Prerequisites

In order to run this container you’ll need Docker installed.

1.1.2. Installing

  1. docker container run \
  2. -it \
  3. --name cs16-server \
  4. --env-file ./cs16-server-launcher.env \
  5. -v /tmp/steamcmd:/opt/steamcmd \
  6. -p 27015:27015/udp \
  7. dobolinux/cs16-server-launcher:latest \\
  8. cs16-server-launcher start

Pull the image from the Docker repository:

  1. docker pull dobolinux/cs16-server-launcher
  2. docker tag dobolinux/cs16-server-launcher cs16-server-launcher
  3. docker rmi dobolinux/cs16-server-launcher

Or build image from source:

  1. git clone https://github.com/dobolinux/cs16-server-launcher.git
  2. cd cs16-server-launcher
  3. docker build -t cs16-server-launcher .

1.2. Documentation