Hello,
Am trying to get Zerotier installed on a Google Cloud shell instance
i used the following tutorial to install a basic instance of Docker/Ubuntu image from this site.
Got this all setup,then used this Zerotier tutorial on how to install Zerotier within a docker image
https://zerotier.atlassian.net/wiki/spaces/SD/pages/7536656/Running+ZeroTier+in+a+Docker+Container
Can never get this command to work as expected:
docker run -it --rm --cap-add=NET_ADMIN --cap-add=SYS_ADMIN --device=/dev/net/tun centos:
7
/bin/bash
Have changed the centos:7 to ubuntu as well and no go.
Am brand new to setting up an instance on the Google cloud shell portion,so am sure i am missing something.
As a side note am wanting this to do a very simple port forward from my home server which is now behind carrier grade nat to this server for a new helium miner device so is not ‘relayed’
Thank You