Q. What command updates the image of a running service?
β
Correct Answer: (C)
docker service update
Explanation: `docker service update --image` is used to update a service to a new image version.