A docker service 'web' is running with a scale factor of 1 (replicas = 1). John intends to use the command 'docker service update --replicas=3 web'. Ana intends to use the command 'docker service scale web=3'. How do the outcomes of these two commands differ?

🎲 Try a Random Question  |  Total Questions in Quiz: 207  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Docker Certified Associate Exam Questions — practice the complete quiz, review flashcards, or try a random question.

The aim of the Docker Certified Associate certification exam is to validate your knowledge across a number of different domains, which have been defined by Docker as being able to: - Run containerized applications from pre-existing images stored in a centralized registry - Deploy images across the cluster - Triage and resolve issue reports from stakeholders - Standup up on Enterprise clusters with one UCP manager, one DTR replica, and one worker node - Migrate traditional applications to containers - Configure and troubleshoot Docker engine - Perform general maintenance and... Show more

1. A docker service 'web' is running with a scale factor of 1 (replicas = 1). John intends to use the command 'docker service update --replicas=3 web'. Ana intends to use the command 'docker service scale web=3'. How do the outcomes of these two commands differ?