cloudflare / cloudflare/cloudflared
How to install cloudflared on Alpine linux?
Open
- Dominant language
- Go
- Stars
- 15.6k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
I see that the binaries link are https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64
But what's the extension of this file?
How can I install it on alpine linux?
```
docker run -it alpine
apk add --no-cache curl
curl -s -O https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64
tar zxvf cloudflared-linux-amd64
```
Does not work, any tips?
Contributor guide
Assessment
This issue has not been assessed yet.