cli.fail

Practice this fail.

The YAML is over there.

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

Use ./deploy/compose.prod.yaml instead of the default filename. Validate its model quietly; do not start services.

The YAML is over there.

$ docker compose config -q

no configuration file provided

How do you validate the explicit Compose file?

3 attempts remaining

Read why this fix works

The YAML is over there.

docker compose -f ./deploy/compose.prod.yaml config --quiet

The Compose -f option selects the configuration file. config --quiet resolves and validates it without printing the model or starting services.

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

Copy your result