edevregille
edevregille

Reputation: 209

Use of container docker as a proxy for CF app to get public IP

I need a public IP for my application: is it a proper solution to use docker container as a proxy? I can see the price increasing quite a lot with all traffic going through proxy to reach the application. Is there any other option recommended?

Upvotes: 2

Views: 112

Answers (1)

Jeff Sloyer
Jeff Sloyer

Reputation: 4964

No you can not do this. The DEA's (part of Cloud Foundry that runs your app) is firewalled off from talking to internal IP's of other DEA's. In Bluemix we do not charge for network bandwidth.

Upvotes: 2

Related Questions