Skip to content

Instantly share code, notes, and snippets.

@corgan2222
Created December 2, 2019 18:29
Show Gist options
  • Save corgan2222/1ac7961dd4bea31d2e393c26b4ecb506 to your computer and use it in GitHub Desktop.
Save corgan2222/1ac7961dd4bea31d2e393c26b4ecb506 to your computer and use it in GitHub Desktop.
zerotier Docker
* 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