Running Talend Remote Engine in a docker container
I was not able to find a Dockerfile for running Talend Remote Engine in a container. So I tried to build a new one. It is a working in progress: do you have any suggestions? TODO / Next steps: registering the engine using Talend API running the engine with a unix user “talend” FROM centos:7 # centos is the recommended linux distribution MAINTAINER Matteo Redaelli <matteo.redaelli@gmail.com> # Build and run this image with: # - docker build -t talend/remote_engine:2....