Which command is used to pull a Docker image from Docker Hub?
Docker FundamentalsEasy
Docker Fundamentals — Easy
Which command is used to pull a Docker image from Docker Hub?
Explanation
To pull a Docker image from Docker Hub, the correct command is "docker pull." This command retrieves the specified image from the Docker Hub registry and stores it on your local machine for use.