culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What command is used to download a Docker Hub image?

    Answers

    docker download
    docker get
    docker pullCorrect
    docker fetch

    The docker pull command is used to download an image from a registry (by default Docker Hub). Downloads the specified image and its dependencies, storing them locally for later use in containerization.