The default config for spawning with docker does not work OOTB. Here are the issues:
- URL needs to be
https://localhost or https://127.0.0.1
- Docker image uses local
opencode:latest instead of official ghcr.io/anomalyco/opencode:latest
- Docker command repeats
opencode command instead of just appending serve --port 4096 --hostname '0.0.0.0' to docker image, which causes docker container to exit immediately after printing help