Skip to content

Latest commit

 

History

History
executable file
·
33 lines (27 loc) · 1.53 KB

README.md

File metadata and controls

executable file
·
33 lines (27 loc) · 1.53 KB

Build Image Docker Pulls Image Size MIT License

silentmecha/steamcmd-wine

A base image of SteamCMD with WINE for downloading and running Steam game servers and game server software that requires windows. The image is built automatically every 6 hours with Github Actions and pushed to Docker Hub.

Usage

Pull latest image

docker pull silentmecha/steamcmd-wine:latest

Test interactively

docker run -it silentmecha/steamcmd-wine:latest /bin/sh

Download PixARK server

docker run -it silentmecha/steamcmd-wine:latest /bin/sh steamcmd +@sSteamCmdForcePlatformType windows +login anonymous +app_update 824360 +quit

Download PixARK server to local mounted directory "data"

docker run -it -v $PWD:/data silentmecha/steamcmd-wine:latest /bin/sh steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir /data +login anonymous +app_update 824360 validate +quit

License

MIT license