Argo Tunneling (built on GoLang from Cloudflare) — Similar to ngrok, localtunnel, however, Cloudflare provides more functionality and support from within their Cloudflare ecosystem.

Setting up Docker for tunneling

Here we install a version of docker into the main running process of our Linux server.

Installing Docker on a Linux x86/amd64 instance

wget http://get.docker.io/builds/Linux/x86_64/docker-master.tgz
tar -xf docker-master.tgz
sudo cp ./docker-master /usr/local/bin

Let’s run a docker container as illustrated below.

sudo docker run --name mynginx1 -P -d nginx

#linux #cloudflare #localtunnel #docker

Using Cloudflare Site Tunneling with Docker
2.00 GEEK