create.sh and the CLAUDE.md build example still referenced jayfield/novnc-server, left over from before the image was renamed to jayfield/xserver-novnc (the tag it's actually published under). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018QuKZRefXR3hVaUiXgeu6i
4 lines
189 B
Bash
Executable File
4 lines
189 B
Bash
Executable File
#/bin/bash
|
|
|
|
docker create --name='novnc-server' --net='bridge' -e 'DISPLAY_NUM'='99' -e 'SCREEN_W'='1536' -e 'SCREEN_H'='960' -p '5910:5999/tcp' -p '8099:8099/tcp' 'jayfield/xserver-novnc'
|