OpsCanary
Learn/DevSecOps/Container Security
DevSecOps

Container Security

4 articles from official documentation

Practitioner4 articles
securitycontainer securityPractitioner

Seccomp Profiles in Docker: Locking Down Your Containers

Seccomp profiles are essential for enhancing container security by restricting system calls. The default seccomp profile disables around 44 out of 300+ system calls, providing a solid foundation for secure container operations. Dive in to understand how to leverage this feature effectively.

  • Leverage the default seccomp profile to disable around 44 system calls for enhanced security.
  • Use the `--security-opt` parameter to specify a custom seccomp profile when running containers.
5 min read·Docker Docs
Read article
securitycontainer securityPractitioner

Docker Security Cheat Sheet: Essential Practices for Safe Containers

Docker security is critical to protect your applications from vulnerabilities. One key practice is to avoid exposing the Docker socket, which can lead to serious security breaches. This article dives into practical security measures you can implement today.

  • Avoid exposing /var/run/docker.sock to other containers.
  • Use --cap-drop to remove unnecessary capabilities from your containers.
5 min read·Official Docs
Read article
securitycontainer securityPractitioner

Securing Your Kubernetes Pods: Mastering Linux Kernel Constraints

In a world where container security is paramount, understanding Linux kernel constraints is crucial. Learn how seccomp, AppArmor, and SELinux can harden your Kubernetes workloads and keep your applications safe from vulnerabilities.

  • Utilize seccomp to filter system calls and reduce your attack surface.
  • Implement AppArmor to restrict access privileges of individual programs.
5 min read·Kubernetes Docs
Read article
securitycontainer securityPractitioner

Unlocking Container Security: The Core of Falco's Architecture

Falco is essential for securing your containerized environments by monitoring events and enforcing security policies. With customizable Falco Rules, you can tailor alerts to your specific needs. Dive in to discover how to leverage its architecture effectively.

  • Leverage multiple Event Sources to enhance Falco's detection capabilities.
  • Write and customize Falco Rules to tailor alerts to your environment.
5 min read·Official Docs
Read article
DigitalOceanSponsor

Simple, affordable cloud — VMs, Kubernetes, and managed databases in minutes. Trusted by 600,000+ developers. Spin up a Droplet in 60 seconds.

Try DigitalOcean →

Get the daily digest

One email. 5 articles. Every morning.

No spam. Unsubscribe anytime.