Question 46

You want to create a container that is reachable from its host's network.
Does this action accomplish this?
Solution.Use either EXPOSE or -publish to access the container on the bridge network.
  • Question 47

    In the context of a swarm mode cluster, does this describe a node?
    Solution: a physical machine participating in the swarm
  • Question 48

    You set up an automatic pruning policy on a DTR repository to prune all images using Apache licenses. What effect does this have on images in this repository?
  • Question 49

    Two development teams in your organization use Kubernetes and want to deploy their applications while ensuring that Kubernetes-specific resources, such as secrets, are grouped together for each application.
    Is this a way to accomplish this?
    Solution. Create a collection for for each application.
  • Question 50

    Will this command list all nodes in a swarm cluster from the command line?
    Solution. 'docker inspect nodes