Home / Report Question

Q. Which of the following Docker commands is used to scale a service in Docker Swarm?
  • A. docker service scale service_name=replicas
  • B. docker scale service_name replicas
  • C. docker swarm scale service_name replicas
  • D. docker scale replicas service_name

Correct Answer: A