Steamcmd Docker Save

Docker image containing SteamCMD

Project README

Build Status CodeFactor Discord Online Service Status Docker Pulls Image Size GitHub Sponsors MIT License

SteamCMD Docker Image

SteamCMD on various Docker base images for downloading and running Steam games and game server software. The images are rebuild daily with Github Actions and tagged on type of base image.

For detailed information about SteamCMD, see the official wiki. If you are 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.

NOTE *The Debian images are based on the slim images.

Note: The CentOS images are based on CentOS Stream images seeing the old images are deprecated. If the "old style" of CentOS images are needed, the Rocky Linux are recommended as an alternative.

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

Open Source Agenda is not affiliated with "Steamcmd Docker" Project. README Source: steamcmd/docker
Stars
130
Open Issues
0
Last Commit
1 month ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating