Sign inSign up

nebtex/tzk

By nebtex

Updated over 9 years ago

tzk is a zeroconf setup for tinc, and compatible with kubernetes

Image
0

1.2K

nebtex/tzk repository overview

tzk-docker

requirements
  • generate and acl token with uuidgen
  • the master server should be public and have a public domain or subdomain associated with it
Create a master server
```docker run --env ACLToken=$ACLToken --env ConsulHost=$ConsulHost
 --env master=true --net=host --device=/dev/net/tun --cap-add NET_ADMIN
  --volume /consul:/consul --volume /caddy:/root/.caddy tzk```
Create a node
```docker run --env ACLToken=${ACLToken} --env ConsulHost=$ConsulHost
    --net=host --device=/dev/net/tun --cap-add NET_ADMIN tzk```

Tag summary

Content type

Image

Digest

Size

148.4 MB

Last updated

over 9 years ago

docker pull nebtex/tzk