culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What command is used to upload an image to Docker Hub?

    Answers

    docker upload
    docker pushCorrect
    docker send
    docker publish

    The docker push command is used to push a local image to a registry such as Docker Hub. Before using this command, you need to tag the image with the username and authenticate to the corresponding registry.