Open mascenzi80 opened 2 years ago
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
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.