advancedTop 100 Interview Questions

What are the container lifecycle states?

created (filesystem and config set up, not started) → running → paused (optional, process frozen) → stopped/exited (process ended) → removed. A container can also go directly from running to removed if `--rm` or explicit `docker rm` is used after stopping.

This is a Pro chapter

Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.

What are the container lifecycle states?

Next Step

Continue to What's the difference between `docker stop` and `docker kill`?← Back to all Docker questions