Fix stale jayfield/novnc-server image tag
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
This commit is contained in:
@@ -12,7 +12,7 @@ There is no build system, linter, or test suite — this is a Dockerfile plus a
|
||||
|
||||
```bash
|
||||
# Build the image
|
||||
docker build -t jayfield/novnc-server .
|
||||
docker build -t jayfield/xserver-novnc .
|
||||
|
||||
# Create a container the way it's intended to be run (fixed name/ports/env)
|
||||
./create.sh
|
||||
|
||||
Reference in New Issue
Block a user