Does this command create a swarm service that only listens on port 53 using the UDP protocol?
Solution. 'docker service create -name dns-cache -p 53:53 -constraint networking.protocol.udp=true dns-cache"
Is this a type of Linux kernel namespace that provides container isolation?
Solution: Network
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: node taints
Will this command list all nodes in a swarm cluster from the command line?
Solution: 'docker swarm nodes'