Skip to content

SeriousJul/steamcmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Steamcmd

Instanciate steamcmd container for each game. Simply restart the instanciated container when you want to update your game

Example: Anonymous dedicated server (Crea, CS GO, etc)

Install

This will install the game in /games/crea on the host filesystem

docker run -it -v /games/crea:/game \
-e "app_update=414570" \
--security-opt seccomp=unconfined \
--name install-crea seriousjul/steamcmd

Update (or resume install)

To update your game folder, just restart the container

docker start install-crea && docker attach install-crea

Example: Authenticated game (Starbound) with two factor authentication

Install

This will install the game in /games/starbound on the host filesystem

docker run -it -v /games/starbound:/game \
-e "login=login" -e "app_update=211820" \
--security-opt seccomp=unconfined \
--name install-starbound seriousjul/steamcmd

Update (or resume install)

To update your game folder, just restart the container

docker start install-starbound && docker attach install-starbound

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages