Introduction
Containers are like small packages that hold your app and everything it needs. They can be in different states like created, running, paused, or stopped, which tells you what the container is doing right now.
When you want to start an app inside a container and check if it is running properly
When you need to pause a container temporarily without stopping it completely
When you want to stop a container to save resources but keep its data intact
When you create a container but want to start it later
When you want to see the current status of your containers to manage them