Skip to content

unicorns/tailscale-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tailscale in Docker

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

Languages