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

πŸ‘οΈ
75
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
95%
Success Rate