Login
Remember
Register
Ask a Question
What is the purpose of Docker service ps?
0
votes
asked
Apr 23, 2024
in
Docker
by
john ganales
What is the purpose of Docker service ps?
A) To view the tasks of a Docker service running in a swarm
B) To manage Docker images
C) To manage Docker containers
D) To manage Docker networks
docker
service
ps
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 23, 2024
by
john ganales
Answer: A
Explanation: Docker service ps is a command for viewing the tasks of a Docker service running in a swarm. It allows developers to view the status of each replica, including whether it is running, stopped, or failed
...