|
|
|
|
|
by juliangregorian
3995 days ago
|
|
Yes, except each container has it's own isolated network and explicitly exposes a port that linked containers can listen to. In development I think a lot of people just use --net=host so that all the containers share the host networking stack (at least, I do). |
|