Skip to content

Eldius/docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status CodeFactor Service Status Docker Pulls Image Size MIT License

SteamCMD Docker Image

SteamCMD on various Docker base images for downloading and running Steam games and game server software. The images are build automatically every 6 hours with Github Actions and tagged on type of base image.

For detailed information about SteamCMD, see wiki. Are you looking for a programmatic way to retrieve information via SteamCMD, have a look at steamcmd.net.

Tags

Note: Some Windows tags are not available (yet) because they cannot be build on the current Github Actions Windows Platform. The Dockerfiles are added to this repository to be able to build manually and for the moment when Github Actions supports newer Windows versions. See this article on the Microsoft docs for more information on the subject.

Usage

Pull latest image

docker pull steamcmd/steamcmd:latest

Test interactively

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

Download CSGO

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

Download CSGO to local mounted directory "data"

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

License

MIT license

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%