An open API service indexing awesome lists of open source software.

https://github.com/janstuemmel/docker-csgo-base

basic csgo docker image
https://github.com/janstuemmel/docker-csgo-base

csgo docker srcds steam

Last synced: 9 months ago
JSON representation

basic csgo docker image

Awesome Lists containing this project

README

          

# docker csgo

A very basic csgo docker image to inherit from.

This container stores the csgo server files inside a layer (~15GB).

## Usage

```sh
docker build -t janstuemmel/csgo-base .
docker run --name csgobase_server \
-p "27015:27015/udp" \
csgobase /server/srcds_run
```