I created a project, connected several physical docker nodes to it. Then I create a job, I can find and set containers from different physical nodes in this job.
But I cannot run this job! Docker does not see these containers, because performs the task on the local machine, not on the remote one!
I can (of course) set the "default node executor" docker-host setting in the whole project properties. But then I can only execute jobs on this node.
Is it possible in one project to run a task for containers located on different physical nodes?