Skip to content

gameservercentral/steamcmd-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

steamcmd-docker

GitHub Workflow Status GitHub release (latest by date) GitHub

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.

Table of Contents

Prerequisites

  • Docker must be installed on your system. Instructions for installing Docker can be found here.

Usage

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.

Build Manually

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 .

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

This repository uses GitHub Actions to automatically build and publish a docker image containing SteamCMD, based on Ubuntu.

Topics

Resources

License

Stars

Watchers

Forks

Packages