Process Flow - Sharing volumes between containers
Create Volume
Start Container A with Volume
Container A writes data
Start Container B with same Volume
Container B reads data
Data shared via Volume
This flow shows how a volume is created and shared between two containers, allowing data written by one to be accessed by the other.