Set 3, Q 5
What is the best investment you can make in order to add
security to your Dockerised components?
A (Use Control Groups to limit, track and monitor the resources
available to each container)
B (Reduce the number of System calls that can be made from within
your container)
C (Change the default user from root to one of lower privileges)
D (Improve application security)
E (Fine tune the Linux Namespaces (mnt, PID, net, UTS, IPC, user))
F (Make sure the images you are consuming have been checked with
the likes of (Haskell Dockerfile Linter, Lynis, Docker Bench, CoreOS
Clair, Banyanops collector, Anchore, TwistLock, Drydock, Actuary))