You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
10 months ago | |
|---|---|---|
| .devcontainer | 10 months ago | |
| .github | 10 months ago | |
| .vscode | 10 months ago | |
| .dockerignore | 4 years ago | |
| .editorconfig | 10 months ago | |
| .gitignore | 10 months ago | |
| .prettierrc.json | 10 months ago | |
| .yamllint.yml | 3 years ago | |
| Dockerfile.ubuntu-2004 | 10 months ago | |
| Dockerfile.ubuntu-2204 | 10 months ago | |
| Dockerfile.ubuntu-2404 | 10 months ago | |
| LICENSE.md | 1 year ago | |
| README.md | 10 months ago | |
| package-lock.json | 10 months ago | |
| package.json | 10 months ago | |
README.md
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 as well as GitHub Container Registry.
Tags
latest,ubuntu- Latest Ubuntu LTS releaseubuntu-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'
Usage
docker cli
docker run -it gameservermanagers/steamcmd:latest
Download Counter Strike: Global Offensive Dedicated Server to current host directory.
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 container and is primarily used for LinuxGSM game servers.
