All Projects → jimtouz → Counter Strike Docker

jimtouz / Counter Strike Docker

Licence: apache-2.0
Docker image for Counter Strike 1.6 Dedicated Server

Labels

Projects that are alternatives of or similar to Counter Strike Docker

Crab project
ROS hexapod robot on BeagleBone Black
Stars: ✭ 85 (-8.6%)
Mutual labels:  makefile
Drake
An R-focused pipeline toolkit for reproducibility and high-performance computing
Stars: ✭ 1,301 (+1298.92%)
Mutual labels:  makefile
Wallpapers
Wallpapers for Pop!_OS
Stars: ✭ 91 (-2.15%)
Mutual labels:  makefile
Value Investing Newbie
Stars: ✭ 87 (-6.45%)
Mutual labels:  makefile
Animation Worklet
🚫 Old repository for AnimationWorklet specification ➡️ New repository: https://github.com/w3c/css-houdini-drafts
Stars: ✭ 89 (-4.3%)
Mutual labels:  makefile
Local Dev With Docker For Mac Kubernetes
Notes about local development with Docker for Mac and Kubernetes
Stars: ✭ 91 (-2.15%)
Mutual labels:  makefile
Firmware
Armbian firmware
Stars: ✭ 85 (-8.6%)
Mutual labels:  makefile
Docker Nginx Php Mysql
Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin
Stars: ✭ 1,322 (+1321.51%)
Mutual labels:  makefile
Apk File
Search apk package contents via the command line.
Stars: ✭ 89 (-4.3%)
Mutual labels:  makefile
Openwrt Packages
Onion Packages Feed for OpenWRT
Stars: ✭ 91 (-2.15%)
Mutual labels:  makefile
Wayland Protocols
Wayland protocol development
Stars: ✭ 87 (-6.45%)
Mutual labels:  makefile
Android device xiaomi gemini
Stars: ✭ 89 (-4.3%)
Mutual labels:  makefile
Ssd Text detection
A modified SSD model for text detection
Stars: ✭ 91 (-2.15%)
Mutual labels:  makefile
Make Handbook
Handbook about modern make usage
Stars: ✭ 85 (-8.6%)
Mutual labels:  makefile
Mysqlswiftnative
MySQL Swift Native Driver
Stars: ✭ 92 (-1.08%)
Mutual labels:  makefile
Sinetek Rtsx
macOS driver for Realtek SD card readers.
Stars: ✭ 85 (-8.6%)
Mutual labels:  makefile
Flash2cocos2d X
use this tool you can export the flash data, and use the data in cocos2d-x game
Stars: ✭ 90 (-3.23%)
Mutual labels:  makefile
Cloud Mta Build Tool
Multi-Target Application (MTA) build tool for Cloud Applications https://sap.github.io/cloud-mta-build-tool
Stars: ✭ 94 (+1.08%)
Mutual labels:  makefile
Dockerphp
基于Docker容器化PHP开发环境解决方案
Stars: ✭ 93 (+0%)
Mutual labels:  makefile
Aira
Autonomous intelligent robot agent (AIRA) project implements the standard of economic interaction between human-robot and robot-robot.
Stars: ✭ 91 (-2.15%)
Mutual labels:  makefile

Build Status License

Docker image for Counter Strike 1.6 Dedicated Server

Start the server

Minimum properties setup

docker run -d -p 26900:26900/udp -p 27020:27020/udp -p 27015:27015/udp -p 27015:27015 -e ADMIN_STEAM=0:1:1234566 --name cs cs16ds/server:latest

All properties setup

docker run -d -p 26900:26900/udp -p 27020:27020/udp -p 27015:27015/udp -p 27015:27015 -e MAXPLAYERS=32 -e START_MAP=de_dust2 -e SERVER_NAME="My Server Name" -e START_MONEY=16000 -e BUY_TIME=0.25 -e FRIENDLY_FIRE=1 -e ADMIN_STEAM=0:1:1234566 --name cs cs16ds/server:latest +log

Propetries

Name Description Default Value
MAXPLAYERS The maximum number of players 32
START_MAP The initial map de_dust2
SERVER_NAME The server name Counter-Strike 1.6 Server
START_MONEY The initial money 800
BUY_TIME The allowed time to buy items in each round (minutes) 0.25
FRIENDLY_FIRE Enable or disable the friendly fire. (off: 0, on: 1) 1
SERVER_PASSWORD The server password. (Empty for no server password) None
RCON_PASSWORD The rcon password. (Empty for no rcon password) None
RESTART_ON_FAIL TBD TBD
ADMIN_STEAM TBD - amx mod related TBD

Stop the server

docker stop cs

Start existing (stopped) server

docker start cs

Remove the server

docker rm cs

Attributions

This project is based on counter-strike-docker, developed by Artem Panchenko.

Changes from original project

  • Changed the name of the build.
  • Added new maps.
  • Added new parameters in run script.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].