Sign inSign up

kuberdock/steamcmd

By kuberdock

•Updated over 10 years ago

Docker images for steamcmd

Image
0

316

kuberdock/steamcmd repository overview

⁠steamcmd

The Dockerfile will build an image for running SteamCMD like an executable.

An simple example that will run SteamCMD and login as an anonymous user:

docker run -it kmallea/steamcmd +login anonymous

A more useful example that will login anonymously and download CS:GO to run as a dedicated server. Again, just pass args since it works like an executable:

docker run -it kmallea/steamcmd \
    +login anonymous \
    +force_install_dir ../csgo \
    +app_update 740 validate \
    +quit

Tag summary

Content type

Image

Digest

Size

73.8 MB

Last updated

over 10 years ago

docker pull kuberdock/steamcmd