Digital Ocean provides internal IPs that are not traffic-metered. How can I configure Docker to exclusively use this private network? How to make the network interface that the docker creates docker0
only use the private network?
Asked
Active
Viewed 258 times
1

Cláudio Júlio
- 111
- 3
1 Answers
1
from DO pricing page: "Each droplet is billed per hour up to its monthly cap."
You want to use traffic in internal DO network. Just create on each droplet interface with internal address and route your traffic into them.
General question - general answer. Please, clarify - what is the problem ? How to create internal interface ? How to route it ? Anything else ?

BaZZiliO
- 310
- 1
- 2
- 12
-
It is updated. Excuse me. – Cláudio Júlio Aug 28 '15 at 22:54