cli.fail

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.

Browse all practice ↗

Docker · Beginner

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?

3 attempts remaining

Read why this fix works

Who is on this network?

docker network inspect backend

network inspect returns detailed network information, including its driver, addressing, and container attachments exposed by that network driver.

Practice rounds do not affect the daily score or local streak. Try today’s challenge, or choose another scenario.

Copy your result