Process Flow - Running tests in containers
Write test code
Create Dockerfile with test environment
Build Docker image
Run container from image
Execute tests inside container
View test results
Stop and remove container
This flow shows how to write tests, build a Docker image with the test setup, run tests inside a container, and then view results.