aeleos / cloudflared

Cloudflare Tunnel Instructions and Template for Unraid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker what list tunnels

mascenzi80 opened this issue · comments

Hello,

Using the IBRACORP video I attempted to get a tunnel configured. I wasn't able to get it working, kept getting a 502 or 509 error when I attempted to log onto one of my subdomains. So I decided to delete everything and try again.

However, when I run the following command.

docker run -it --rm -v /mnt/user/appdata/cloudflared:/home/nonroot/.cloudflared/ cloudflare/cloudflared tunnel list

it doesn't list my tunnel.

root@Ultron:~# docker run -it --rm -v /mnt/user/appdata/cloudflared:/home/nonroot/.cloudflared/ cloudflare/cloudflared tunnel list
Unable to find image 'cloudflare/cloudflared:latest' locally
docker: Error response from daemon: manifest for cloudflare/cloudflared:latest not found: manifest unknown: manifest unknown.
See 'docker run --help'.

is what I'm seeing.

It looks like cloudflare has removed the latest tag and that is the result of the error. You will need to alter the command to pass a specific cloudflared version.

docker run -it --rm -v /mnt/user/appdata/cloudflared:/home/nonroot/.cloudflared/ cloudflare/cloudflared:2022.3.1 tunnel list