mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-28 00:38:51 +00:00
17 lines
300 B
Bash
17 lines
300 B
Bash
#!/bin/bash
|
|
|
|
touch /opt/results/results.txt
|
|
|
|
export PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/
|
|
|
|
echo '***'
|
|
echo '*** ZeroTier Network Containers Test Image'
|
|
echo '*** https://www.zerotier.com/'
|
|
echo '***'
|
|
|
|
./zerotier-one &
|
|
./zerotier-cli join e5cd7a9e1c5311ab
|
|
./zerotier-cli listnetworks
|
|
|
|
|