If the wolF controller node exported its root directory as an NFS share, this could be mounted by each worker node (e.g., /mnt/controller). Docker containers running on these workers could bind mount the NFS mount, and subsequently chroot to that mount. This would be an elegant way to make the apparent runtime environment of each worker node identical to that of the controller node.
If the wolF controller node exported its root directory as an NFS share, this could be mounted by each worker node (e.g.,
/mnt/controller). Docker containers running on these workers could bind mount the NFS mount, and subsequentlychrootto that mount. This would be an elegant way to make the apparent runtime environment of each worker node identical to that of the controller node.