...

/

Introduction to Security in Docker

Introduction to Security in Docker

Get an overview of Linux and Docker security technologies.

We'll cover the following...

If security is hard, we’re less likely to implement it. Fortunately, most of the security in Docker is easy and preconfigured with sensible defaults. This means you get a moderately secure experience with zero effort. The defaults are not perfect, but they’re a good starting point.

Docker supports all major Linux security technologies and adds some of its own. As such, we’ve divided the chapter to first cover Linux security technologies, followed by ...