Process Flow - Opening a shell in container
Identify running container
Run docker exec command
Start shell inside container
Interact with container shell
Exit shell to host
This flow shows how to open a shell inside a running Docker container to interact with it directly.