Skip to content

Commit

Permalink
Add more troubleshooting info
Browse files Browse the repository at this point in the history
  • Loading branch information
XenHat committed Mar 3, 2024
1 parent 14d63c5 commit 653fde8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ docker run --net=host -p ::8765 xenhat/icecream-scheduler:alpine
```

## Troubleshooting

### I finished setting it up and my other machine doesn't use the build nodes

Make sure you have the *native* daemon running on the machine you're starting the compilation with. It will then connect to the other containers.

### Scheduler is not automatically reachable when running a daemon on Windows:
This is a known [limitation](https://docs.docker.com/docker-for-windows/networking/#known-limitations-use-cases-and-workarounds) of Docker on Windows, but this can be workedaround by manually setting the IP Address of the scheduler via environment variables, for example:

Expand Down

0 comments on commit 653fde8

Please sign in to comment.