Use `docker network create`.
Containers on the SAME user-defined bridge network can reach
each other by NAME. The default bridge can't, which is a common gotcha.
TASK
----
Run:
docker network create app-net
docker network ls
Pass when "app-net" appears in the listing.
Sign in to save your code and track progress across devices.