0 votes
in Docker by
What is the purpose of Docker stack ps?

A) To view the tasks of a Docker stack 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 stack ps is a command for viewing the tasks of a Docker stack running in a swarm. It allows developers to view the status of each service in the stack, including whether it is running, stopped, or failed

...