lferrarotti74/zerotier

By lferrarotti74

•Updated 4 days ago

ZeroTier One in a container based on distribution like Alpine Linux

Image
Networking
0

10K+

lferrarotti74/zerotier repository overview

⁠ZeroTier-Docker

🌐 A containerized ZeroTier One client for easy network management

Run ZeroTier networks in Docker containers without installing ZeroTier directly on your host system. Perfect for containerized environments, development, and production deployments.

ā šŸš€ Quick Start

# Pull and run ZeroTier container
docker run -d --name zerotier-one --restart unless-stopped \
  --cap-add NET_ADMIN --cap-add SYS_ADMIN \
  --device /dev/net/tun \
  -v /var/lib/zerotier-one:/var/lib/zerotier-one \
  lferrarotti74/zerotier:latest

# Join a network
docker exec zerotier-one zerotier-cli join YOUR_NETWORK_ID

# Check status
docker exec zerotier-one zerotier-cli status

⁠✨ Features

  • šŸ”’ Secure: End-to-end encrypted networking
  • šŸŒ Global: Connect devices anywhere in the world
  • 🐳 Containerized: No host system installation required
  • šŸ—ļø Multi-arch: Supports amd64, arm64, armv7
  • ⚔ Easy Setup: One command deployment
  • šŸ”„ Auto-restart: Container restarts automatically

ā šŸ“‹ What's Included

  • ZeroTier One v1.14.2 - Latest stable client
  • Alpine Linux - Minimal, secure base image
  • Health checks - Built-in container monitoring
  • Persistent storage - Network configuration survives restarts

ā šŸ·ļø Available Tags

  • latest - Latest stable release
  • 1.14.2 - Specific version tag

ā šŸ“– Documentation

  • GitHub Repository: lferrarotti74/ZeroTier⁠
  • Usage Examples: Comprehensive Docker Compose setups
  • Network Management: CLI command reference
  • Troubleshooting: Common issues and solutions

ā āš ļø Important Notes

Licensing: Based on ZeroTier One v1.14.2 (BSL v1.1)

  • āœ… Free for non-commercial use (businesses, academic, personal)
  • āš ļø v1.16.0+ will have additional commercial restrictions for controller functionality
  • šŸ“„ See licensing details⁠

ā šŸ› ļø Requirements

  • Docker with --cap-add NET_ADMIN and --cap-add SYS_ADMIN
  • Access to /dev/net/tun device
  • Internet connectivity for peer discovery

ā šŸ¤ Support

Tag summary

Content type

Image

Digest

sha256:5df82347c…

Size

15.6 MB

Last updated

4 days ago

docker pull lferrarotti74/zerotier