Add labels to your Docker containers. DockTail handles the rest.
services:
myapp:
image: nginx:latest
# No ports needed!
labels:
- "docktail.service.enable=true"
- "docktail.service.name=myapp"
- "docktail.service.port=80"
Monitors Docker events in real-time. Start a labeled container and it appears on your Tailnet within seconds.
No port publishing required. Routes directly to container IPs on the Docker network, adapting automatically on restart.
Expose any container to the public internet via Tailscale Funnel. One label takes you from private to public.
Add docktail.* labels to your container
DockTail detects and advertises to Tailscale
Access via service.tailnet.ts.net