Automatically pulls the image if it’s not found locally before starting it. Advanced: Downloading for Offline Use
: Check that the image is now on your system. docker images
: Once you have the name, use the pull command. Latest Version : docker pull
Example: docker search nginx will list available Nginx images with their popularity (stars) and official status.