5 changed files with 39 additions and 2 deletions
@ -1 +1,31 @@ |
|||
# docker-steamcmd |
|||
# SteamCMD Docker Image |
|||
|
|||
[](https://hub.docker.com/r/steamcmd/steamcmd) |
|||
 |
|||
[](https://www.codacy.com/gh/GameServerManagers/docker-steamcmd/dashboard?utm_source=github.com&utm_medium=referral&utm_content=GameServerManagers/docker-steamcmd&utm_campaign=Badge_Grade) |
|||
[](https://linuxgsm.com/discord) [](https://github.com/GameServerManagers/docker-steamcmd/blob/main/LICENSE) |
|||
|
|||
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). |
|||
|
|||
## Tags |
|||
|
|||
- `latest`, `ubuntu` - Latest Ubuntu LTS release |
|||
- `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 |
|||
``` |
|||
|
|||
```bash |
|||
docker run -it steamcmd/steamcmd:latest +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. |
|||
|
Loading…
Reference in new issue