πŸ“Š Docker
Q. Which command is used to push a Docker image to Docker Hub?
  • (A) docker upload
  • (B) docker push
  • (C) docker publish
  • (D) docker send
πŸ’¬ Discuss
βœ… 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'.

Explanation by: Admin
The 'docker push' command is used to upload a Docker image to a registry like Docker Hub. For example, 'docker push my_image:latest'.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
80
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
94%
Success Rate