Docker Images for StarCraft Brood War v1.18 & v1.16.1
Tested on Ubuntu 16.04 with Docker 17.03.1-ce.
Installed from the official blizzard website.
docker pull nidup/starcraft:v118
docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --security-opt seccomp=unconfined nidup/starcraft:v118 bash
wine ~/.wine/drive_c/Program\ Files\ \(x86\)/StarCraft/StarCraft.exe
docker pull nidup/starcraft:v116
docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --security-opt seccomp=unconfined nidup/starcraft:v116 bash
wine ~/.wine/drive_c/Program\ Files\ \(x86\)/StarCraft1161/StarCraft.exe
On your host:
- your user id and group id should be 1000
- your user must be in the docker group
- you shouldn't run docker with sudo (to be able to use the host server x)
To check your user and group id use the command id
:
uid=1000(nico) gid=1000(nico) groups=1000(nico), 999(docker)