All Projects → artem-panchenko → Counter Strike Docker

artem-panchenko / Counter Strike Docker

Licence: apache-2.0
Docker image for Counter-Strike 1.6 server

Projects that are alternatives of or similar to Counter Strike Docker

Aws Lambda Swift Sprinter
AWS Lambda Custom Runtime for Swift with swift-nio 2.0 support
Stars: ✭ 70 (+11.11%)
Mutual labels:  makefile, docker-image
Godev
Golang development tool that supports project bootstrap, live-reload (tests + application), and auto dependency retrieval based on Go Modules
Stars: ✭ 196 (+211.11%)
Mutual labels:  makefile, docker-image
Homeland Docker
🚀 Deployment Homeland with Docker
Stars: ✭ 76 (+20.63%)
Mutual labels:  makefile, docker-image
Dockerized lara
Build your Laravel App with Redis - Mongodb - MariaDB - Nginx - php7 - zsh
Stars: ✭ 9 (-85.71%)
Mutual labels:  makefile, docker-image
Dockerfiles
Dockerfiles for various pandoc images
Stars: ✭ 158 (+150.79%)
Mutual labels:  makefile, docker-image
Docker Redis Cluster
Dockerfile for Redis Cluster (redis 3.0+)
Stars: ✭ 1,035 (+1542.86%)
Mutual labels:  makefile, docker-image
Yolo
Kill a random process
Stars: ✭ 59 (-6.35%)
Mutual labels:  makefile
Documentbuilder
ONLYOFFICE Document Builder is powerful text, spreadsheet, presentation and PDF generating tool
Stars: ✭ 61 (-3.17%)
Mutual labels:  makefile
Tutorials
🎓 Practical beginner-level introductions to using different tools and technologies, with a focus on their application in the newsroom
Stars: ✭ 59 (-6.35%)
Mutual labels:  makefile
Nativefiledialog
A tiny, neat C library that portably invokes native file open and save dialogs.
Stars: ✭ 1,100 (+1646.03%)
Mutual labels:  makefile
Phpipam
phpIPAM Docker image
Stars: ✭ 62 (-1.59%)
Mutual labels:  docker-image
Max Image Caption Generator
IBM Code Model Asset Exchange: Show and Tell Image Caption Generator
Stars: ✭ 62 (-1.59%)
Mutual labels:  docker-image
Docker Image Builder
标准化组件方式构建Docker镜像。Build a docker image from pieces of standard components.
Stars: ✭ 61 (-3.17%)
Mutual labels:  docker-image
Scala Graalvm Docker
Docker images to build and generate native artifacts using GraalVM
Stars: ✭ 60 (-4.76%)
Mutual labels:  docker-image
Neuralstyler
Turn Your Videos/photos/Gif into Art
Stars: ✭ 61 (-3.17%)
Mutual labels:  makefile
Portfolio
Create a beautiful Portfolio using GitHub pages
Stars: ✭ 59 (-6.35%)
Mutual labels:  makefile
Reactnative Jwts
Authenticating a React Native app with JSON Web Tokens
Stars: ✭ 62 (-1.59%)
Mutual labels:  makefile
Dockviz
Visualizing Docker data
Stars: ✭ 1,104 (+1652.38%)
Mutual labels:  docker-image
Docker Hugo
🐳 Docker Image for Hugo, a fast and flexible static site generator
Stars: ✭ 60 (-4.76%)
Mutual labels:  docker-image
Ansible In Action
Ansible playbook to deploy your Laravel code base to VPS
Stars: ✭ 61 (-3.17%)
Mutual labels:  makefile

Build Status License Apache 2.0

Half-Life Logo

Docker image for Half-Life Dedicated Server

Build an image:

 $ make build

Create and start new Counter-Strike 1.6 server:

 $ docker run -d -p 27020:27015/udp -e START_MAP=de_inferno -e ADMIN_STEAM=0:1:1234566 -e SERVER_NAME="My Server" --name cs hlds:alpha

Stop the server:

 docker stop cs

Start existing (stopped) server:

 docker start cs

Remove the server:

 docker rm cs

Use image from Docker Hub:

 $ docker run -d -p 27020:27015/udp -e START_MAP=de_inferno -e ADMIN_STEAM=0:1:1234566 -e SERVER_NAME="My Server" --name cs hlds/server:alpha +log
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].