cloudflare / cloudflare/cloudflared

How to install cloudflared on Alpine linux?

Open
#821 30 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.