Docker - Communicate between containers

preview_player
Показать описание
In this demo I show you how you can communicate between 2 running docker containers using the Docker network. The example uses one container running a flask-restful REST API and a second container to retrieve a message.
Рекомендации по теме
Комментарии
Автор

you just solved my problem. it has been 3days

bokunochannel
Автор

Awesome, Thanks Tobi's Developer Corner.
At 12:10 the command is not completely Visible, It would be great if we can see it.
Thanks for this video. 👍

shanmukhasarathkondiparthi
Автор

The bridge and my-network are two separate networks. Any two containers inside the same network can communicate. How about two communications between the bridge and my-network?

LVang
Автор

How about container from system #1 needing to communicate to system #2's container? Is that possible? Thanks!

brianpayne
Автор

thanks! good video. you should also make the code available pls

KA-duvm
Автор

when you say docker build aren't you building an image and not a container? from that image you create a container right?

sakshathsm
Автор

thanks a lot, why dont you add a git repo of commands, so easy to practice. you can simply paste from history of your cmd console.

SpiritOfIndiaaa
Автор

please add playlist for docker lessons.

GrigTech
Автор

Is there a way I can dynamically get the ip?

debmallyabhattacharya
Автор

When i run the wget to recieve the message nothing shows up. Just a new line within the alpine container (/ #) . THe code should be the same. Do you have any idea why this is?

martinmichaelsen