/cs16-server-launcher

Counter-Strike 1.6 Server

Primary LanguageShellMIT LicenseMIT

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

docker container run \
    -it \
    --name cs16-server \
    --env-file ./cs16-server-launcher.env \
    -v /tmp/steamcmd:/opt/steamcmd \
    -p 27015:27015/udp \
    dobolinux/cs16-server-launcher:latest \\
    cs16-server-launcher start

Pull the image from the Docker repository:

docker pull dobolinux/cs16-server-launcher
docker tag dobolinux/cs16-server-launcher cs16-server-launcher
docker rmi dobolinux/cs16-server-launcher

Or build image from source:

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

1.2. Documentation