πŸ“Š Docker
Q. What command updates the image of a running service?
  • (A) docker service upgrade
  • (B) docker update image
  • (C) docker service update
  • (D) docker image update
πŸ’¬ Discuss
βœ… Correct Answer: (C) docker service update

Explanation: `docker service update --image` is used to update a service to a new image version.

Explanation by: Mr. Dubey
`docker service update --image` is used to update a service to a new image version.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
53
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate