conferences | speakers | series

5 Tips to Create Secure Docker Containers for Java Developers

home

5 Tips to Create Secure Docker Containers for Java Developers
FOSDEM 2021

Docker is the most widely used way to containerize your application.

With Docker Hub, it is easy to create and pull pre-created images. This is very convenient as you can use these images from Docker Hub to quickly build an image for your Java application.

However, the naive way of creating custom Docker images for your Java applications comes with many security concerns. So, how do we make security an essential part of Docker images for Java?

Speakers: Brian Vermeer