Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Later
-
None
-
None
-
None
Description
Docker network can be defined as configuration properties - docker.network to setup docker container to connect to a specific network in YARN service. Docker can run multi-homed network by specifying --net=bridge --net=private-net. This is useful to expose small number of front end container and ports, while the rest of the infrastructure runs in private network. This task is to add support for specifying multiple docker networks to YARN service and docker support.