Contribute Media
A thank you to everyone who makes this possible: Read More

Create secure production environment using Docker

Description

Andrés Cidel - Create secure production environment using Docker [EuroPython 2016] [18 July 2016] [Bilbao, Euskadi, Spain] (https://ep2016.europython.eu//conference/talks/create-secure-production-environment-using-docker)

The purpose of this talk if pointing out that using Docker in production is perfectly valid, not just for develop and CI environments.


Docker is a relatively new technology platform that helps teams develop, deploy and scale applications with greater ease and speed. However, there are doubts about using Docker in production environments. One important reason is that containers don't provide the same security layer as hypervisors do.

The purpose of this talk is pointing out that using Docker in production is perfectly valid, not just for develop and CI environments.

We'll learn:

  • How Docker works.
  • Main risks.
  • How create and maintain secure images.
  • How defend containers.
  • How delimit security risks in containers.
  • Best practices for running containers.
Improve this page