Skip to content

silentmecha/steamcmd-wine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerfile for an Ubuntu base with steamcmd, wine32 and wine64 installed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published