mirror of
https://github.com/jcwimer/multi-cloud-kubernetes
synced 2026-03-24 17:34:43 +00:00
6 lines
393 B
Bash
6 lines
393 B
Bash
#!/bin/bash
|
|
if ! which docker > /dev/null; then
|
|
curl -s -L https://raw.githubusercontent.com/rancher/install-docker/master/19.03.9.sh | bash
|
|
fi
|
|
curl -s https://install.zerotier.com | sudo bash
|
|
zerotier-cli join ${zerotier_network} |