Docker Containerized ZeroTier One for use on Linux hosts.
5.9K
There's no 1.8.1 for debian. Since the official armel(arm32v5) deb package of v1.8.1 has not been released yet, and I cannot find any notice mentioned armel is supported or not from v1.81.
Simply depends on base os image.
x86, amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x
x86, amd64, arm32v5, arm32v7, arm64v8, mips64le, ppc64le, s390x
debian means debian-slim.
docker run --device=/dev/net/tun \
--net=host \
--cap-add=NET_ADMIN \
-v /path/to/my-zerotier-one:/var/lib/zerotier-one \
--name myzerotier \
-d lifeym/zerotier
docker exec myzerotier zerotier-cli join xxx
Where 'xxx' is your network id.
Content type
Image
Digest
Size
27.8 MB
Last updated
over 4 years ago
docker pull lifeym/zerotier:1.6.4-s390x