Is this an advantage of multi-stage builds?
Solution: optimizes Images by copying artifacts selectively from previous stages
A docker service 'web' is running with a scale factor of 1 (replicas = 1).
Bob intends to use the command 'docker service update --replicas=3 web'.
Alice intends to use the command 'docker service scale web=3'.
How do the outcomes oft these two commands differ?
Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?
Solution. Set and export the IGNORE_TLS environment variable on the command line.
Is this the purpose of Docker Content Trust?
Solution: Enable mutual TLS between the Docker client and server.
Which of the following are types of namespaces used by Docker to provide isolation? (Choose 2.)