...
Steps to start Stun Server
Code Block | ||
---|---|---|
| ||
curl -q -s https://remote-roostprod.s3-us-west-1.amazonaws.com/roost-enterprise.sh -o $HOME/roost-enterprise.sh
./roost-enterprise.sh -i stun -e roost.io:443 |
Steps to install Docker
Code Block | ||
---|---|---|
| ||
sudo apt update -y sudo apt install -y apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" sudo apt update -y apt-cache policy docker-ce sudo apt install -y docker-ce sudo systemctl status docker |
...