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

A) To remove 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 rm is a command for removing a Docker service running in a swarm. It allows developers to stop all the replicas of the service and remove them from the swarm.

Related questions

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