Articles → DOCKER → Docker Pull CommandDocker Pull CommandIn this article, we will discuss the docker pull command.Purpose The docker pull command pulls the image from the repository.Prerequisite Before reading this article, ensure Docker is installed on your machine.Example For this article, we will pull the mysql image from the repository. For pulling the image, we will use this command: -docker pull mysqlThe image is downloaded on the system. Use the following command to check the image.docker imagesClick to EnlargePosted By - Karan Gupta Posted On - Friday, March 17, 2023 Updated On - Thursday, February 8, 2024 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
docker pull mysql
docker images
Query/Feedback