- Getting started
- Creating projects
- OPC UA
- Graphic objects
- Predefined graphic objects
- Object and variable references
- Extending projects
- NetLogic
- Tutorials
- Dynamic links tutorial
- Graphic objects tutorial
- NetLogic tutorial
- OPC UA tutorial
Run a FactoryTalk Optix Application in a Docker container
Deploy a
FactoryTalk Optix Application
to a running Docker®
container with FactoryTalk Optix Runtime
.
IMPORTANT:
Rockwell Automation
is not responsible for any third-party software, including but not limited to its
performance, security, updates, or compatibility with our products. Any use of third-party
software is at your own risk, and we do not provide support, warranties, or guarantees for
such software. Users should refer to the respective third-party providers for assistance and
licensing terms.- To run a FactoryTalk Optix Application in a Docker container
- In the terminal, enter:docker run --publishexternal_port:internal_port--interactive --namecontainer_nameimage_name[--restart unless-stopped ftoptix-updateservice] [-elicense_key] [-d -vlocal_folder:/root/FTOptixApplication/Projectsapp_name]ParametersParametersImportanceDescription--publishexternal_port:internal_port--interactiveRequiredMaps ports
- external_port
- An unused port available on the machine that runs theDockerimage.
- internal_port
- (only for applications with GUI) ThePortproperty value of the web presentation engine fromFactoryTalk Optix Studio.
--namecontainer_nameRequiredThe name for theDockercontainer to run.image_nameRequiredName of theDockerimage to run in theDockercontainer.TIP: You can check the availableDockerimages by enteringdocker imagesin the terminal.--restart unless-stopped ftoptix-updateserviceOptionalRestart theDockercontainer automatically if theFactoryTalk Optix Application Update Servicedoes not work.-elicense_keyOptionalYourFactoryTalk Optixentitlement license key.IMPORTANT: If you do not provide the entitlement license key, theFactoryTalk Optix Applicationstops running after 120 minutes.-d -vlocal_folder:/root/FTOptixApplication/Projectsapp_nameOptionalRunDockerservice in background and bind application folder to a local folder to persist changes made atFactoryTalk Optix Applicationruntime.- local_folder
- Folder on a local volume to bind the application folder to.
- app_name
- Name of theFactoryTalk Optix Application.
Provide Feedback