How secure is Docker?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ankitdixit
5 - Atom
‎09-21-2020
12:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Labels:
- Labels:
- Resource
1 REPLY 1
rohanjoshi0894
5 - Atom
‎09-23-2020
02:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
