This repository contains a Docker image for SteamCMD, based on Ubuntu. SteamCMD is Valve's command-line tool for installing and updating dedicated servers for games that run on Steam.
- Docker must be installed on your system. Instructions for installing Docker can be found here.
To use the Docker image, run the following command:
docker run -it ghcr.io/gameservercentral/steamcmd:latest
This will start an interactive shell within the container where you can run SteamCMD commands.
To build the Docker image, clone this repository and run the following command:
git clone https://github.com/gameservercentral/steamcmd-docker.git
cd steamcmd-docker
docker build -t steamcmd-docker .
This project is licensed under the MIT License. See the LICENSE file for more details.