nelsam / docker-steamcmd-wine

Dockerfiles for Linux base images with steamcmd, wine32 and wine64 installed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status CodeFactor Steam Service Status Docker Pulls Image Size MIT License

SteamCMD Docker Linux Images with Wine

SteamCMD on various Docker base images for downloading and running Steam games and game server software. Dockerfiles for Linux base images include steamcmd, wine32 and wine64 installed.

For detailed information about SteamCMD, see wiki. Are you looking for a programmatic way to retrieve information via SteamCMD, have a look at steamcmd.net.

Tags

Usage

Pull latest image

docker pull honestventures/steamcmd-linux-wine:latest

Test interactively

docker run --entrypoint /bin/sh -it honestventures/steamcmd-linux-wine:latest

Download CSGO

docker run -it honestventures/steamcmd-linux-wine:latest +login anonymous +app_update 740 +quit

Download CSGO to local mounted directory "data"

docker run -it -v $PWD:/data honestventures/steamcmd-linux-wine:latest +login anonymous +force_install_dir /data +app_update 740 +quit

License

MIT license

About

Dockerfiles for Linux base images with steamcmd, wine32 and wine64 installed

License:MIT License


Languages

Language:Dockerfile 100.0%