Tom Hutter
Tom Hutter
docker build . breaks with: ~~~ × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [1 lines of output] error in PyBluez setup command: use_2to3 is...
By this you can prevent issues like [#5](https://github.com/linuxserver/docker-wikijs/issues/5) with access rights to eg. /wiki/data/cache
In Section [Manually running with docker run commands](https://github.com/scottyhardy/docker-wine#manually-running-with-docker-run-commands) there seems to be a typo with the XAUTHORITY volume: ~~~bash docker run -it \ --rm \ --hostname="$(hostname)" \ --env="DISPLAY" \ --volume="${XAUTHORITY:-${HOME}/.Xauthority}:/root/.Xauthority:ro"...
Hi everybody, due to the annotation: `service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"` in the service, it seems to me, that the service is distributing requests to nodes, even they are not ready. This leads...