Menu
Coddy logo textTech

Recap - Container Lifecycle

Part of the Introduction to Docker section of Coddy's Terminal journey — lesson 16 of 40.

challenge icon

Challenge

Easy

Walk a container through its whole lifecycle. Run these commands one after the other:

  1. Start a detached nginx container named proxy
  2. Force-remove it with rm -f (it is still running)
  3. List all containers so you can confirm proxy is gone

Try it yourself

Terminal

All lessons in Introduction to Docker