cli.fail

Practice this fail.

Indentation: the deployment strategy.

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 ↗

You edited compose.yaml and suspect a configuration error. Validate it without starting containers or printing the resolved configuration.

Indentation: the deployment strategy.

$ git diff --stat

compose.yaml | 4 ++--

The indentation looks confident.

Which command validates the resolved configuration quietly?

3 attempts remaining

Read why this fix works

Indentation: the deployment strategy.

docker compose config --quiet

docker compose config parses and resolves the Compose model. Adding --quiet validates the configuration without printing the resolved configuration. This is a check, not a command to start the application.

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

Copy your result