How to ping a Docker container from another container (How to reach a container with its name)

preview_player
Показать описание
0:00 - Creating the first Docker container
0:28 - Finding the IP address of the Docker container with docker inspect
1:17 - Creating the second Docker container
1:33 - Installation of the ping utility from iputils-ping
1:50 - Pinging the first container from the second container using its IP address
2:43 - Creating a Docker network bridge and connecting both containers to it
3:36 - See which containers belong the network using docker inspect
4:05 - Pinging the first container from the second container using its name
4:16 - Connect a container to a network on container creation
Рекомендации по теме
Комментарии
Автор

Thanks for the great content! Every step was explained clearly and with details

alihakimoglu
Автор

That's pure Gold ... do you have a PayPal ?

meras