cli.fail

Practice this fail.

Images ate my homework.

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 · Intermediate

Inspect Docker disk usage before choosing any cleanup. Do not delete containers, images, volumes, or build cache.

Images ate my homework.

$ df -h /

The filesystem is getting full.

Which Docker command summarizes its disk usage?

3 attempts remaining

Read why this fix works

Images ate my homework.

docker system df

system df reports space used by Docker objects. The summary helps identify what consumes space before deciding whether any specific object can be removed.

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

Copy your result