Docker ip of host

Code examples

6
0

docker get container ip

docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name_or_id
0
0

show ip in docker

docker inspect <container_ID Or container_name> |grep 'IPAddress'
0
0

How to get a Docker container's IP address from the host

docker inspect some-rabbit
you will get the ip address and port number from hear.
http://172.17.0.2:15672/
0
0

docker ip of host

 172.17.0.1
 

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................