Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gameservermanagers/docker-steamcmd
A Docker image containing SteamCMD
https://github.com/gameservermanagers/docker-steamcmd
docker gameserver steam
Last synced: 7 days ago
JSON representation
A Docker image containing SteamCMD
- Host: GitHub
- URL: https://github.com/gameservermanagers/docker-steamcmd
- Owner: GameServerManagers
- License: mit
- Created: 2022-10-11T19:54:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T22:43:44.000Z (6 months ago)
- Last Synced: 2024-05-05T23:30:30.085Z (6 months ago)
- Topics: docker, gameserver, steam
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# SteamCMD Docker Image
## About
SteamCMD is a command-line version of the Steam client. It allows you to download and install games on a headless server. This container image builds daily and is available on [Docker Hub](https://hub.docker.com/r/gameservermanagers/steamcmd) as well as [GitHub Container Registry](https://github.com/GameServerManagers/docker-steamcmd/pkgs/container/steamcmd).
## Tags
- `latest`, `ubuntu` - Latest Ubuntu LTS release
- `ubuntu-24.04` - Ubuntu 24.04 LTS 'Noble Numbat'
- `ubuntu-22.04` - Ubuntu 22.04 LTS 'Jammy Jackalope'
- `ubuntu-20.04` - Ubuntu 20.04 LTS 'Focal Fossa'
- `ubuntu-18.04` - Ubuntu 18.04 LTS 'Bionic Beaver'## Usage
docker cli
```bash
docker run -it gameservermanagers/steamcmd:latest
```Download Counter Strike: Global Offensive Dedicated Server to current host directory.
```bash
docker run -it -v $PWD:/data gameservermanagers/steamcmd:latest +force_install_dir /data +login anonymous +app_update 740 +quit
```## Notes
This container is based off of the [steamcmd](https://github.com/steamcmd/docker) container and is primarily used for [LinuxGSM](https://linuxgsm.com) game servers.