New: Intelligent Flashcards spaced-repetition decks for every topic, built to make things actually stick.
You start two containers without --network, then exec into one and run ping other-container. It fails with 'bad address'. Why?
--network
ping other-container
You must restart the Docker daemon after starting containers for DNS to register
The default bridge network needs the --link flag enabled per pair
bridge
--link
Containers on the default bridge network can only reach each other by IP, not by name