Skip to content

Run a Tailscale agent/relay in a container

Notifications You must be signed in to change notification settings

redsk/docker-tailscale

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-server-tailscale

A remote docker server for easing the pain of docker on Apple Silicon.

Build docker image in the docker-image directory (optional):

docker buildx build --platform linux/amd64 -t redsk/tailscale-remote-docker:1.22.1-1 --push .

Deploy Helm chart (assumes you have EBS storage class available in your AWS cluster), from the helm-chart/tailscale-relay directory:

helm -n remotedocker upgrade --install \
  docker-server \
  . \
  --set config.authKey=<your auth key> \
  --set image.repository=docker.io/redsk/tailscale-remote-docker \
  --set image.tag=1.22.1-1 \
  --set 'securityContext.privileged=true' \
  --set volumeSize=300Gi

About

Run a Tailscale agent/relay in a container

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Mustache 49.9%
  • Shell 36.9%
  • Dockerfile 13.2%