cli.fail

Practice this fail.

Stop. Keep the furniture.

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

The Compose api service is running. Stop it while preserving its container and networks for a later start.

Stop. Keep the furniture.

$ docker compose ps

api Up

How do you stop api without removing its container?

3 attempts remaining

Read why this fix works

Stop. Keep the furniture.

docker compose stop api

compose stop stops existing service containers without removing them. compose start can start them again; down has a different cleanup lifecycle.

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

Copy your result