We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
I managed to make sound WORK the following way: Dockerfile
RUN usermod -a -G audio developer
RUN echo 'alias starcraft="wine '"'"'~/.wine/drive_c/Program Files (x86)/StarCraft1161/StarCraft.exe'"'" >> /home/developer/.bashrc
Launching it: docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev/snd:/dev/snd -v /etc/machine-id:/etc/machine-id -v /run/user/$uid/pulse:/run/user/$uid/pulse -v /run/dbus/:/run/dbus/ -v /dev/shm:/dev/shm -v /var/lib/dbus:/var/lib/dbus -v ~/.pulse:/home/$dockerUsername/.pulse --privileged --security-opt seccomp=unconfined broodwar wine /home/developer/.wine/drive_c/Program\ Files\ (x86)/StarCraft/StarCraft.exe
Sorry, something went wrong.
Thank you @fzuviria !
@nidup Hi! will you update the image?
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: