General Discussions

Discuss any topics that are not product-specific here.

How secure is Docker?

ankitdixit
Átomo

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 RESPUESTA 1

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

Etiquetas