Q. Which command is used to push a Docker image to Docker Hub?
β
Correct Answer: (B)
docker push
Explanation: The 'docker push' command is used to upload a Docker image to a registry like Docker Hub. For example, 'docker push my_image:latest'.