cli.fail

Practice this fail.

A snapshot, not a screensaver.

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

Read one resource-usage snapshot for the running api container and return to the prompt.

A snapshot, not a screensaver.

$ docker stats api

The display keeps updating.

Which command prints a single resource snapshot?

3 attempts remaining

Read why this fix works

A snapshot, not a screensaver.

docker stats --no-stream api

--no-stream disables continuous updates and prints the first set of resource statistics. Container stats differ from application-level performance measurements.

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

Copy your result