Container
Everything on SkillVeris tagged Container — collected across the glossary, study notes, blog, and cheat sheets.
8 resources across 2 libraries
Study Notes(7)
Azure Container Instances
Azure Container Instances (ACI) runs individual containers directly in Azure without provisioning VMs or managing a container orchestrator like Kubernetes.
Container Orchestration Basics
Understand what container orchestrators like Kubernetes do — scheduling, self-healing, scaling, and service discovery — and core concepts like Pods, Deployment…
Container Networking Basics
Understand Docker's default bridge network, port publishing, and how containers discover and communicate with each other on user-defined networks.
Container Orchestration Strategies
A comparison of orchestration platforms and hosting models for running containers reliably at scale in production.
Container Registries
How container registries store, version, and distribute Docker images, covering tagging conventions, authentication, and push/pull workflows.
Docker Security Basics
Defensive practices for hardening container images and runtime, including non-root users, minimal base images, vulnerability scanning, and dropped capabilities.
Container Registries and Tagging Strategies
Explore how CI/CD pipelines push images to container registries and the tagging conventions that keep deployments traceable, safe, and repeatable.