Created
December 2, 2019 18:29
-
-
Save corgan2222/1ac7961dd4bea31d2e393c26b4ecb506 to your computer and use it in GitHub Desktop.
zerotier Docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* install the docker addon in Libreelec using the menu system | |
o From addons/install from repository/libreelec addons/services/docker | |
* log in via ssh and install the docker container | |
> docker pull bltavares/zerotier | |
docker run --device=/dev/net/tun \ | |
--net=host \ | |
--cap-add=NET_ADMIN \ | |
--cap-add=SYS_ADMIN \ | |
-v /var/lib/zerotier-one:/var/lib/zerotier-one \ | |
--restart always \ | |
--name zerotier-one \ | |
-d bltavares/zerotier |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment