error on WSL dockerd connect
on 'make pkg':
Unable to find image 'build.tailscale.io/qdk:latest' locally docker: Error response from daemon: Get https://build.tailscale.io/v2/: dial tcp: lookup build.tailscale.io on 172.23.80.1:53: no such host. See 'docker run --help'. Makefile:17: recipe for target 'pkg' failed make: *** [pkg] Error 125
on dockerd
INFO[2022-11-28T12:02:56.339664299-05:00] Default bridge (docker0) is assigned with an IP address 172.18.0.0/16. Daemon option --bip can be used to set a preferred IP address INFO[2022-11-28T12:02:56.980748855-05:00] Loading containers: done. INFO[2022-11-28T12:02:56.993546964-05:00] Docker daemon commit="20.10.7-0ubuntu5~18.04.3" graphdriver(s)=overlay2 version=20.10.7 INFO[2022-11-28T12:02:56.993593239-05:00] Daemon has completed initialization INFO[2022-11-28T12:02:57.000369841-05:00] API listen on /var/run/docker.sock WARN[2022-11-28T12:03:49.106140028-05:00] Error getting v2 registry: Get https://build.tailscale.io/v2/: dial tcp: lookup build.tailscale.io on 172.23.80.1:53: no such host INFO[2022-11-28T12:03:49.106167626-05:00] Attempting next endpoint for pull after error: Get https://build.tailscale.io/v2/: dial tcp: lookup build.tailscale.io on 172.23.80.1:53: no such host ERRO[2022-11-28T12:03:49.108212824-05:00] Handler for POST /v1.41/images/create returned error: Get https://build.tailscale.io/v2/: dial tcp: lookup build.tailscale.io on 172.23.80.1:53: no such host
The main branch is set up to build for the QNAP App Center now. If you're interested in building the package in the same way as prior releases, there is a https://github.com/tailscale/tailscale-qpkg/tree/update branch which updates that package to release 1.32.3.
The
mainbranch is set up to build for the QNAP App Center now. If you're interested in building the package in the same way as prior releases, there is a https://github.com/tailscale/tailscale-qpkg/tree/update branch which updates that package to release 1.32.3.
Hi Denton-- I'm not understanding the note. I am currently on the main branch, and 'make pkg' results in the following error, so perhaps something is missing?
`$ git branch -a
- main
remotes/origin/HEAD -> origin/main
remotes/origin/feature/webui
remotes/origin/main
remotes/origin/update
$ make pkg TSTAG=1.32.3 TRACK=stable ./build/fetch.sh Fetching tailscale_1.32.3_386.tgz .tailscale_1.32.3_arm64/systemd/tailscaled.service docker run --rm
-e TSTAG=1.32.3
-e QNAPTAG=1
-v /mnt/d/build-tailscale/tailscale-qpkg/out/tailscale-1.32.3:/out
-v /mnt/d/build-tailscale/tailscale-qpkg/Tailscale:/Tailscale
-v /mnt/d/build-tailscale/tailscale-qpkg/build/build-qpkg.sh:/build-qpkg.sh
build.tailscale.io/qdk:latest
/build-qpkg.sh docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. See 'docker run --help'. Makefile:17: recipe for target 'pkg' failed make: *** [pkg] Error 125 .
`
sorry did not mean to close