Skip to content

silentmecha/steamcmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Image Docker Pulls Image Size Buy Me a Coffee

silentmecha/steamcmd

A base image of SteamCMD for downloading and running Steam game servers and game server software. The image is built automatically every 6 hours with Github Actions and pushed to Docker Hub.

Usage

Pull latest image

docker pull silentmecha/steamcmd:latest

Test interactively

docker run -it silentmecha/steamcmd:latest /bin/sh

Download CSGO

docker run -it silentmecha/steamcmd:latest /bin/sh steamcmd +login anonymous +app_update 740 +quit

Download CSGO to local mounted directory "data"

docker run -it -v $PWD:/data silentmecha/steamcmd:latest /bin/sh steamcmd +login anonymous +force_install_dir /data +app_update 740 +quit

License

This project is licensed under the MIT License.

If you enjoy this project and would like to support my work, consider buying me a coffee. Your support is greatly appreciated!

About

Dockerfile for an Ubuntu base with steamcmd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published