This document describes the steps required to deploy a FactoryTalk® Optix™ Application to the Docker container running the FactoryTalk® Optix™ Update Server.
- Prepare your FactoryTalk® Optix™ Application by:
- Removing the NativePresentationEngine
- Configure the WebPresentationEngine
- Set the IP address to
0.0.0.0(all addresses) - Set the Port to
80(or any value you configured as an internal port of the container run command in the starting the container section) - Set the Protocol to
http(orhttpsif SSL was configured in the project)
- Set the IP address to
- Once the application is ready, configure the target with the proper IP Address and username and proceed with the deployment
Tip
The target IP Address should be the IP of the host machine where the container is running (the container was started in bridge mode)
- Proceed with the deployment
- Open the web browser and enter the URL:
http://<container_ip>:50080(change the port if a different mapping was set in the run command)



