GithubHelp home page GithubHelp logo

joelroxell / counter-strike-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jimtouz/counter-strike-docker

0.0 2.0 0.0 7.31 MB

Docker image for Counter Strike 1.6 Dedicated Server

License: Apache License 2.0

Dockerfile 37.67% Makefile 23.88% Shell 20.02% Python 18.42%

counter-strike-docker's Introduction

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.

counter-strike-docker's People

Contributors

jimtouz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.