Flogo Web UI Image
Download the Flogo Web UI Image
On the Configure this software page:
- Under Fulfillment Option, click Select a Container and select Flogo Web UI Image.
- Select a version from the Software Version list and click Continue to Launch.
- On the Launch this Software page, click Usage Instructions to pull and launch the UI. Or, use the following procedure.
Pull the Docker Image
- Ensure that you have installed the latest version of the AWS CLI and Docker. For more information, see ECR documentation.
- Click the
View container image details as shown in the following screen. Follow the instructions to authenticate and pull the Docker image.
- 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>
- 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:
- 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
- Open
http://localhost:<PORT>
in your browser to access the UI. - 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 Guide.