Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

General Discussions

Discuss any topics that are not product-specific here.

How secure is Docker?

ankitdixit
5 - Atom

Hello All, I want to use docker but I am confused about how docker is secure? A lack of security has always been a problem for containers. Without a way to verify the authenticity of images and containers, Docker's domain of application is seriously limited? Can anyone know any tutorial for docker in the free version, I want to clear my doubts, Please suggest me some tutorials.

1 REPLY 1
rohanjoshi0894
5 - Atom

Docker containers are, by default, quite secure; especially if you run your processes as non-privileged users inside the container. You can add an extra layer of safety by enabling AppArmor, SELinux, GRSEC, or another appropriate hardening system. You can start from these Docker Tutorials

Labels