December 2022
Intermediate to advanced
388 pages
5h 26m
English
This chapter, you will look at seccomp profiles, one of the security features provided by Docker, which use the seccomp feature built into the Linux kernel. Standalone Go applications can also implement seccomp security without using Docker, and you will look at how to do this using the seccomp library.
You will also look at how Docker communicates using sockets by writing a proxy that listens to Docker communication. This is super useful to know because it gives you a better idea of how to secure Docker in your infrastructure. ...
Read now
Unlock full access