In the context of a swarm mode cluster, does this describe a node?
Solution: a virtual machine participating in the swarm
Will this Linux kernel facility limit a Docker container's access to host resources, such as CPU or memory?
Solution: seccomp
Will this command list all nodes in a swarm cluster from the command line?
Solution. 'docker inspect nodes
Your organization has a centralized logging solution, such as Splunk.
Will this configure a Docker container to export container logs to the logging solution?
Solution: Set the log-driver and log-oPt keys to values for the logging solution (Splunk) In the daemon.json file.
Is this the purpose of Docker Content Trust?
Solution. Indicate an image on Docker Hub is an official image.