Sign inSign up

silentmecha/steamcmd-wine

By silentmecha

Updated 7 months ago

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

Image
0

10K+

silentmecha/steamcmd-wine repository overview

Build Image Docker Pulls Image Size MIT License Buy Me a Coffee

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

This project is licensed under the MIT License.

If you enjoy this project and would like to support my work, consider buying me a coffee. Your support is greatly appreciated!

Tag summary

Content type

Image

Digest

sha256:455aa5e6b

Size

753.3 MB

Last updated

7 months ago

docker pull silentmecha/steamcmd-wine