google / shipshape

Program analysis platform
Apache License 2.0
271 stars 35 forks source link

Find way of adding third-party container without restarting the shipping container. #40

Open emsod opened 9 years ago

emsod commented 9 years ago

Currently the shipping container needs to be started with links to containers it needs to talk to. We would like for it to become aware of new third-party containers without having to restart it. For instance, a new analyzer could be registered via the CLI or running AnalyzerServices could be scanned for on localhost.

One possible direction: have a third-party dispatcher running outside the container and let that tunnel requests to third-party containers.