Problem Statement
What is the correct sequence for a container lifecycle from image to removal?
Explanation
Typically you create a container from an image, you run it, then stop it when done, and finally you remove it. Understanding lifecycle states helps in container management. :contentReference[oaicite:5]{index=5}
