Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

unicorns/tailscale-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tailscale in Docker

Important

Tailscale now has an official Docker image. This repository is no longer needed and is archived.

Getting Started

# First build the tailscale container:
(source .env; docker build -t tailscale:${TAILSCALE_TAG} "${TAILSCALE_PATH}")
# Start services
docker-compose up
# Start tailscale service and log in
docker-compose exec tailscale tailscale up
# Now the tailscale service is accessible in the tailscale container and the dev container
docker-compose exec dev ping <another_host_on_tailscale>

Configuration

Configuration for which tailscale version to use, etc. are stored in .env and can be overwritten using environment variables.

Credits

This repo is derived from the discussion here.

About

Tailscale in a Docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published