A simple tailscale image contains derp
7.5K
https://github.com/WonderfulSoap/tailscale-with-derp
FROM golang:alpine AS build-env
ARG LATEST_VERSION
RUN go install tailscale.com/cmd/derper@${LATEST_VERSION}
FROM tailscale/tailscale
COPY --from=build-env $HOME/go/bin/derper /usr/local/bin/derper
Content type
Image
Digest
sha256:9b866d964…
Size
94.8 MB
Last updated
6 days ago
docker pull wondersoap/tailscale-with-derp