Docker//Network

Docker creates virtual networks isolated from the host LAN — each with its own IP range.


Docker creates virtual networks isolated from the host LAN — each with its own IP range.

--network mi-red connects a container to a named network.

Built-in DNS: containers resolve each other by name (nodo1 → IP) within the same network.

http://nodo-besu:8545 works inside Docker — most robust way for inter-container communication.

Docker network ≠ blockchain network: Docker is the transport layer (the road), blockchain is the application layer (the club rules)