Sign inSign up

wondersoap/tailscale-with-derp

By wondersoap

Updated 6 days ago

A simple tailscale image contains derp

Image
0

7.5K

wondersoap/tailscale-with-derp repository overview

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

Tag summary

Content type

Image

Digest

sha256:9b866d964

Size

94.8 MB

Last updated

6 days ago

docker pull wondersoap/tailscale-with-derp