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

A) To inspect 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 inspect is a command for inspecting a Docker service running in a swarm. It allows developers to view the details of the service, including its configuration, tasks, and replicas.

...