Question 61

A user is having problems running Docker. Which of the following will start Docker in debug mode?
  • Question 62

    What behavior is expected when a service is created with the following command:
    'docker service create --publish 8000:80 nginx'
  • Question 63

    Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?
    Solution: mnt
  • Question 64

    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?
  • Question 65

    A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster.
    Can this be used to schedule containers to meet the security policy requirements?
    Solution: label contraints