Introduction
Sometimes you need to run software inside containers and later stop them when not needed. Starting and stopping containers lets you control when your apps are running without changing their setup.
When you want to launch a web server container to test your website locally.
When you need to stop a database container to save system resources.
When you want to restart a container to apply new environment settings.
When you want to pause work and stop containers without deleting them.
When you want to check which containers are running before starting new ones.