Sign inSign up

trawor/zerotier

By trawor

Updated over 7 years ago

Join zerotier network automatically

Image
6

10K+

trawor/zerotier repository overview

zerotier

Join zerotier network auto with Docker, I like ZT so much!

This is a very tiny(3 MB) docker image to join zerotier without auth on web. So, with this, you can scale up your docker and even any machine cluster programmly.

Find detail here: https://hub.docker.com/r/trawor/zerotier

Process

  1. Alpine install zerotier
  2. run ZT service
  3. if NW_ID env is set, join it
  4. if NW_TOKEN env is set, auth this peer with ZT api
  5. if IFTTT env is set, send it a message with peer id and assigned IP

Usage, simple

  • Run as a ZT client only
    docker run -d --device=/dev/net/tun --net=host --cap-add=NET_ADMIN --cap-add=SYS_ADMIN -v /var/lib/zerotier-one:/var/lib/zerotier-one trawor/zerotier

ps: if you don't like to buzz the docker host, remove --net=host
pps: mount /var/lib/zerotier-one to keep the data or you will have always a new join

Tag summary

Content type

Image

Digest

Size

2.9 MB

Last updated

over 7 years ago

docker pull trawor/zerotier