Flogo Web UI Image

Download the Flogo Web UI Image

On the Configure this software page:
  1. Under Fulfillment Option, click Select a Container and select Flogo Web UI Image.
  2. Select a version from the Software Version list and click Continue to Launch.
  3. On the Launch this Software page, click Usage Instructions to pull and launch Flogo Web UI. Or, use the following procedure.

Pull the Docker Image

  1. Ensure that you have installed the latest version of the AWS CLI and Docker. For more information, see ECR documentation.
  2. Click the View container image details as shown in the following screen. Follow the instructions to authenticate and pull the Docker image.

  3. Pull the Flogo Web UI image using the Docker pull command:
    docker pull
    <AWS_account_id>.dkr.ecr.<region_name>.amazonaws.com/<image ID>/<app_name>-latest
    Example:
    docker pull
    <AWS_account_id>.dkr.ecr.<region_name>.amazonaws.com/eff03791-02e5-4d37-b81f-7018d6bbdfd7/cg-1785342077/<app_name>-latest
    Note: Ensure that you run the following command to authenticate your Docker client with AWS ECR:
    aws ecr get-login --no-include-email --region <region_name>
  4. Tag the Docker image. For example, use:
    flogo-webui:<version>

Run the Flogo Web UI Image

After you download the Flogo Web UI Image, run it using the following steps:

  1. Launch the Docker container using the following Docker command:
    docker run -it -p <PORT>:8090 -v $PWD:/usr/flogo/data -v /var/run/docker.sock:/var/run/docker.sock --name <CONTAINER NAME> --rm flogo-webui:2.7.0

    Example:

    -docker run -it -p 8090:8090 -v $PWD:/usr/flogo/data -v /var/run/docker.sock:/var/run/docker.sock --name flogo-webui --rm flogo-webui:2.7.0
  2. Open http://localhost:<PORT> in your browser to access TIBCO Flogo Web UI.
  3. Design or develop apps using the web user interface. For information about developing apps using the web user interface, see "Container Deployments for AWS Marketplace" section in TIBCO Cloud™ Integration - Flogo® (PAYG) User's Guide.