All Projects → henrist → Zerotier One Docker

henrist / Zerotier One Docker

Licence: mit
Run ZeroTier One as a Docker container

zerotier-one-docker

Docker container to run ZeroTier One using Docker.

Run

Spawn the container in background:

docker run \
  -d \
  --restart unless-stopped \
  --name zerotier-one \
  --device /dev/net/tun \
  --net host \
  --cap-add NET_ADMIN \
  --cap-add SYS_ADMIN \
  -v /var/lib/zerotier-one:/var/lib/zerotier-one \
  henrist/zerotier-one

Show status of the service:

docker exec zerotier-one zerotier-cli status

Join a specific network:

docker exec zerotier-one zerotier-cli join NETWORK-ID

Inspiration

See https://github.com/zyclonite/zerotier-docker

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].