0 votes
in Docker by
What is the purpose of Docker service rollback?

A) To roll back to a previous version of 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: Docker service rollback is a command for rolling back to a previous version of a Docker service running in a swarm. It allows developers to undo changes made to the service’s configuration or image.

Related questions

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