All Projects → rwv → Docker Zerotier Moon

rwv / Docker Zerotier Moon

Licence: gpl-3.0
🐳 A docker image to create ZeroTier moon in one step.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Docker Zerotier Moon

Docker Ipsec Vpn Server
Docker image to run an IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2
Stars: ✭ 4,356 (+2254.59%)
Mutual labels:  network, docker-image
Flannel
flannel is a network fabric for containers, designed for Kubernetes
Stars: ✭ 6,905 (+3632.43%)
Mutual labels:  network, docker-image
Tun2socks
tun2socks - powered by gVisor TCP/IP stack
Stars: ✭ 123 (-33.51%)
Mutual labels:  network, docker-image
Bitnami Docker Redmine
Bitnami Docker Image for Redmine
Stars: ✭ 172 (-7.03%)
Mutual labels:  docker-image
Netdev
Asynchronous multi-vendor library for interacting with network devices
Stars: ✭ 172 (-7.03%)
Mutual labels:  network
Hxphotopicker
图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iCloud online, browse the web image function
Stars: ✭ 2,363 (+1177.3%)
Mutual labels:  network
Containerregistry
A set of Python libraries and tools for interacting with a Docker Registry.
Stars: ✭ 183 (-1.08%)
Mutual labels:  docker-image
Docker Android Sdk
Stars: ✭ 171 (-7.57%)
Mutual labels:  docker-image
Android article
Android热更新、异步并发、性能优化、编译打包、适配相关等文档 by yang。huh...The palest ink is better than the best memory.
Stars: ✭ 181 (-2.16%)
Mutual labels:  network
Grab
Web Scraping Framework
Stars: ✭ 2,147 (+1060.54%)
Mutual labels:  network
Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (+1160%)
Mutual labels:  network
Marmot
Marmot workflow execution engine
Stars: ✭ 174 (-5.95%)
Mutual labels:  network
Txeh
Go library and CLI utilty for /etc/hosts management.
Stars: ✭ 181 (-2.16%)
Mutual labels:  network
Programming Languages Influence
Code to retrieve data for the programming languages influence visualizations from Freebase
Stars: ✭ 171 (-7.57%)
Mutual labels:  network
Lumen Microservice
Lumen on Docker - Skeleton project with Nginx, MySQL & PHP 7 | Aws ECS, Google Kubernates, Azure Container Engine
Stars: ✭ 183 (-1.08%)
Mutual labels:  docker-image
Docker Dst Server
Don't Starve Together dedicated server in Docker!
Stars: ✭ 170 (-8.11%)
Mutual labels:  docker-image
Rxreachability
RxSwift bindings for Reachability
Stars: ✭ 181 (-2.16%)
Mutual labels:  network
Vieb
Vim Inspired Electron Browser - Vim bindings for the web by design
Stars: ✭ 175 (-5.41%)
Mutual labels:  network
Docker Openvpn
🔐 Out of the box stateless openvpn-server docker image which starts in less than 2 seconds
Stars: ✭ 174 (-5.95%)
Mutual labels:  docker-image
Docker Galaxy Stable
🐳📊📚 Docker Images tracking the stable Galaxy releases.
Stars: ✭ 179 (-3.24%)
Mutual labels:  docker-image

docker-zerotier-moon

A docker image to create ZeroTier moon in one setp.

Usage

Pull the image

docker pull seedgou/zerotier-moon

Start a container

docker run --name zerotier-moon -d --restart always -p 9993:9993/udp seedgou/zerotier-moon -4 1.2.3.4

Replace 1.2.3.4 with your moon's IP.

To show your moon id, run

docker logs zerotier-moon

Notice: When creating a new container, a new moon id will be generated. To persist the identity when creating a new container, see Mount ZeroTier conf folder below.

Advanced usage

Manage ZeroTier

docker exec zerotier-moon /zerotier-cli

Mount ZeroTier conf folder

docker run --name zerotier-moon -d -p 9993:9993/udp -v ~/somewhere:/var/lib/zerotier-one seedgou/zerotier-moon -4 1.2.3.4 -6 2001🔡abcd::1

This will mount ~/somewhere to /var/lib/zerotier-one inside the container, allowing your ZeroTier moon to presist the same moon id. If you don't do this, when you start a new container, a new moon id will be generated.

IPv6 support

docker run --name zerotier-moon -d -p 9993:9993/udp seedgou/zerotier-moon -4 1.2.3.4 -6 2001🔡abcd::1

Replace 1.2.3.4, 2001🔡abcd::1 with your moon's IP. You can remove -4 option in pure IPv6 environment.

Custom port

docker run --name zerotier-moon -d -p 9994:9993/udp seedgou/zerotier-moon -4 1.2.3.4 -p 9994

Replace 9994 with your own custom port for ZeroTier moon.

Multi-arch support

This images support linux/386, linux/amd64 and linux/ppc64le.

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].