Run cross platform automation in docker containers

Hello UiPath Community!

I wanted to share an exciting development in the world of automation that I recently explored: Running cross-platform automation in Docker containers. We will be using the Robot Linux image to execute the cross-platform workflow.

Why Docker for UiPath Automation? :pushpin: :pushpin:

Using Docker containers for UiPath automation offers several benefits:

  1. Cross-Platform Compatibility: Docker containers can run on various operating systems, such as Windows, Linux, and macOS, allowing you to execute automation on different platforms seamlessly.
  2. Isolation: Containers isolate the UiPath runtime environment, preventing conflicts with other software and ensuring consistent behavior across deployments.
  3. Version Control: Docker allows you to version your automation workflows and dependencies, making it easy to roll back to previous versions if needed.
  4. Scalability: You can scale your automation deployments by spinning up additional containers as needed, making it ideal for high-demand scenarios.

Video Link below :bell:

In the next video, we can see how you deploy the solution to kubernetes…:drum:

Thanks,
Rahul Unnikrishnan

1 Like