Q. Which command is used to push a Docker image to Docker Hub?
β
Correct Answer: (A)
docker push
Explanation: 'docker push' is used to upload a local image to Docker Hub or another Docker registry.