Practice this fail.
Who is on this network?
Docker · Restart as often as you like
Read the error, choose a command, and learn
why it works. Nothing runs on your machine.
A Docker network called backend exists. Inspect its configuration and attached container metadata.
Who is on this network?
$ docker network ls
backend bridge
Which command inspects the backend network?
Fixed. By hand.
docker network inspect backendnetwork inspect returns detailed network information, including its driver, addressing, and container attachments exposed by that network driver.
Practice does not affect your daily score or streak.