ZeroTier as a container isn't very useful
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
# ZeroTier-Containerized
|
||||
|
||||
* [Official Website](https://zerotier.com)
|
||||
* [Docker Page](https://hub.docker.com/r/zerotier/zerotier-containerized/)
|
||||
|
||||
## From Website
|
||||
|
||||
> ZeroTier delivers the capabilities of VPNs, SDN, and SD-WAN with a single system. Manage all your connected resources across both local and wide area networks as if the whole world is a single data center.
|
||||
|
||||
### Quick Info
|
||||
|
||||
* Only 1 instance should be used per host
|
||||
* Volume Driver: rancher-nfs
|
||||
@@ -1,16 +0,0 @@
|
||||
version: '2'
|
||||
services:
|
||||
zerotier:
|
||||
image: zerotier/zerotier-containerized:latest
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_ADMIN
|
||||
devices:
|
||||
- "/dev/net/tun"
|
||||
labels:
|
||||
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL_KEY}=${HOST_LABEL_VALUE}
|
||||
network_mode: "host"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${STORAGE_VOLUME}:/var/lib/zerotier-one:nocopy
|
||||
volumes_driver: rancher-nfs
|
||||
@@ -1,29 +0,0 @@
|
||||
version: '2'
|
||||
catalog:
|
||||
name: "ZeroTier-Containerized"
|
||||
version: "latest"
|
||||
description: ZeroTier-Containerized instance for virtual networking
|
||||
questions:
|
||||
- variable: "HOST_LABEL_KEY"
|
||||
label: "Host Label Key"
|
||||
description: |
|
||||
The Label Key on the host which ZeroTier should be deployed
|
||||
default: "host.id"
|
||||
required: true
|
||||
type: string
|
||||
- variable: "HOST_LABEL_VALUE"
|
||||
label: "Host Label Value"
|
||||
description: |
|
||||
The Label Value on the host which ZeroTier should be deployed
|
||||
default: "0000"
|
||||
required: true
|
||||
type: string
|
||||
- variable: "STORAGE_VOLUME"
|
||||
label: "Persistent Storage Volume"
|
||||
description: |
|
||||
The Volume Name that ZeroTier should use for it's persistent storage
|
||||
default: "ZeroTier"
|
||||
required: true
|
||||
type: string
|
||||
zerotier:
|
||||
scale: 1
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="330.834" viewBox="0 0 600 330.834"><defs><style>.a{fill:#fcb254;}.b{fill:#007fff;}.c{font-size:42px;fill:#e6f0fa;font-family:ImprintMT-Shadow, Imprint MT Shadow;}.d{fill:#0a0805;}</style></defs><title>Rancher Catalog Icon (ZeroTier)</title><rect class="a" x="2" y="2" width="596" height="326"/><path class="b" d="M596,4V326H4V4H596m4-4H0V330H600V0Z"/><rect class="b" x="550" y="280" width="50" height="50"/><text class="c" transform="translate(553.375 320.375)">W</text><path class="d" d="M426.27,39V49.0626H305.289V76.8347c26.3241,2.6014,48.399,13.4143,64.7654,34.717a85.9836,85.9836,0,0,1,18.1765,53.6116c.05,23.5114-8.1117,43.872-24.16,60.8872-15.8493,16.8038-35.737,25.6488-59.1438,27.6065v38.0065H294.7946V253.7906c-30.0475-2.9571-53.6033-16.2885-69.835-41.4336-10.5167-16.2917-14.6619-34.3258-13.3454-53.6147,2.7016-39.58,33.154-77.3071,82.5839-81.8895V49.6117H173.4971V39ZM305.0531,242.4846c40.1929.4185,74.5637-37.9917,72.797-80.7865-1.8974-45.9624-42.3079-74.5492-72.797-73.5Zm-10.9661.1408V87.6924c-40.746,2.3611-73.3463,38.0923-72.5093,78.8046C222.4118,207.0711,255.3961,241.9093,294.087,242.6254Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -1,8 +0,0 @@
|
||||
name: ZeroTier
|
||||
description: |
|
||||
Will put in description later.
|
||||
version: latest
|
||||
category: Networking
|
||||
maintainer: WilliamMiceli
|
||||
license:
|
||||
projectURL: https://zerotier.com
|
||||
Reference in New Issue
Block a user