It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda CloudGen Access

How to Deploy a Proxy in Docker

  • Last updated on

Before You Begin

Minimum OS supported versions:

Prerequisites

The required images are available in the Dockerhub registry under the organization FydeInc

Requires a valid CloudGen Access Proxy enrollment link.

Choose Install Script or the Manual Steps to proceed. See Troubleshooting for help.

Install Script

The steps below will execute a script obtained externally. It is recommended that you inspect the content before execution.

 

  • Download and execute script.

    sudo bash -c "$(curl -fsSL https://url.access.barracuda.com/proxy-docker)"

Manual Steps

  1. Create the docker compose file.

    • Download the docker-compose file: docker-compose.yml.

    • Ensure that configured host port for Envoy matches the one configured in the CloudGen Access Enterprise Console for the corresponding CloudGen Access Proxy.

    • Update FYDE_ENROLLMENT_TOKEN value with the CloudGen Access Proxy enrollment link.

  2. Start the services (detached).

    sudo docker-compose -f docker-compose.yml up -d
  3. Check logs.

    sudo docker-compose -f docker-compose.yml logs -f

Troubleshooting

To troubleshoot, see Troubleshooting the CloudGen Access Proxy