Skip to content
StackPractices

Tag: container

Browse 4 practical software engineering resources tagged with "container". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving container.

Container Image Security Scanning with Trivy

Scan Docker images for vulnerabilities, misconfigurations, and secrets using Trivy, integrate scanning into CI/CD pipelines, and enforce image policies before deployment to production

Docker Basics

How to containerize an application, write a Dockerfile, and run containers with Docker Compose.