Sign inSign up

stavros/cloudflared

By stavros

Updated over 4 years ago

Image
0

506

stavros/cloudflared repository overview

docker-cloudflared

This is a Docker image containing cloudflared. I needed this because I need a way to deploy cloudflared that allows for everything being environment variables, for use with Harbormaster.

Try it out with:

docker pull stavros/cloudflared

To run it, you need to define a few variables:

  • CERT: The contents of the cert.pem file.
  • TUNNEL_NAME: The name of the tunnel in question.
  • TUNNEL_UUID: The uuid of the tunnel in question.
  • TUNNEL_JSON: The contents of the .json file.
  • URL: The URL to route in the tunnel.

You can also mount the /root/.cloudflared/ volume somewhere, to persist the files. If the files are found in the mount, they won't be recreated.

You can find the repository at:

https://gitlab.com/stavros/docker-cloudflared

Tag summary

Content type

Image

Digest

Size

31.2 MB

Last updated

over 4 years ago

docker pull stavros/cloudflared