Process Flow - Searching for images
Start: User runs 'docker search <image_name>'
Docker CLI sends request to Docker Hub
Docker Hub searches its image database
Docker Hub returns list of matching images
Docker CLI displays search results to user
End
The user runs a search command, Docker queries Docker Hub, and returns matching images to display.