8099 (80${DISPLAY_NUM}) was never published to the host, only the 7099
setup UI was - the game screen was unreachable outside the container.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NiNnj78HGx1KWyCCo39HSz
5 lines
191 B
Bash
Executable File
5 lines
191 B
Bash
Executable File
#/bin/bash
|
|
|
|
docker run --name dosbox-novnc -d --rm --net bridge -e SCREEN_W=1536 -e SCREEN_H=960 --device /dev/snd -v dosbox-games:/opt/games -p 7099:7099 -p 8099:8099 jayfield/dosbox-novnc
|
|
|