0 votes
in Docker by

What is the purpose of the Docker service update?

A) To update a Docker service running in a swarm

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by
Answer: A

Explanation: A docker service update is a command for updating a Docker service running in a swarm. It allows developers to change the number of replicas, update the image, or modify other settings for the service.

Related questions

0 votes
asked Apr 23 in Docker by john ganales
0 votes
asked Apr 23 in Docker by john ganales
...