Skip to content

WonderfulSoap/tailscale-with-derp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailscale-with-derp

a tailscale docker image with derp server. It will auto get newest tailscale version, and build docker image in 00:00 every day.

https://hub.docker.com/r/wondersoap/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

About

a tailscale docker image with derp server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published