Container Technology Wiki
Docker Containers
- Docker 101
- Basic Docker Operations
- Docker Administration
- Docker Security Resources
- Docker OS Interaction
- Docker With Other Tools
- Docker API
- Docker Compose
Kubernetes Guide
- Kubernetes 101
-
Kubernetes Architecture
- Kubernetes Ecosystem
- Kubernetes Nodes
- Kubernetes Pods
- Kubernetes Controllers and Control Plane
- Kubernetes DaemonSets
- Container Runtime Interface
- Working with Containers in Kubernetes
- Working with Images in Kubernetes
- Workloads in Kubernetes
- Kubernetes Services
- Kubernetes Jobs
- Kubernetes and Microservices
- Kubernetes Operators
- Kubernetes Persistent Volumes
- Kubernetes Advantages and Use Cases
-
Kubernetes Operations
- Installing Kubernetes
- Kubernetes Configuration
- Kubernetes Monitoring
- Kubernetes Debugging and Troubleshooting
- Kubernetes Load Balancing
- Kubernetes Security
- Kubernetes Networking
- Kubernetes Storage Management
- Kubernetes in Production
- Working with Kubernetes Ingress
- Kubernetes Security Best Practices
- Managing Kubernetes with Kops and Kubeadm
- Kubernetes Secrets
- Kubernetes Autoscaling
- Kubernetes ConfigMap
- Kubernetes Namespace
- Kubernetes Authentication
- Kubernetes Vault
- CIS Kubernetes Benchmark
- Kubernetes Cluster
- Kubernetes as a Service
- Managed Kubernetes
- Kubernetes Distributions
- Enterprise Kubernetes
Container Basics
- Container Architecture
- Advantages of Containers
- Container Challenges
- Containers and IT Infrastructure
- Enterprise DevOps
- eBPF
- eBPF Linux
Containers Ops
- Container Security Management
- Container Deployment
- Container Monitoring
- Container Automation
- Container Multitenancy
- Container Backup and Disaster Recovery
- Prometheus Monitoring
Container Security
- Container Security Best Practices
- Containers for DevSecOps
- Container Vulnerabilities and Threats
- Container Vulnerability Scanning
- Container Secrets Management
- Container Access Control
- Container Audits and Compliance
- Application Whitelisting
- Zero Trust Networks
- Network Segmentation for Containers
- Container Isolation
- Open Source Security Tools for Containers
- Open Source Vulnerability Scanner
- Open Source Security Tools
- Container Security Tools
Cloud Native Computing Foundation
- AWS EC2 Security
- Cloud-Native Applications
- Cloud-Native Architecture
- Cloud Native AWS
- Cloud Native Development
- Cloud Native Infrastructure
- Cloud Native Security
- Envoy Proxy
- Harbor Kubernetes
- Open Policy Agent
- Oracle Cloud Security
- SaaS Cloud Security
- Security Issues in Cloud Computing
- SPIFFE
- VMware Tanzu
Serverless Computing
- Serverless Architecture
- AWS Lambda
- Azure Functions
- Google Cloud Functions
- Serverless Security
- On-Premises Serverless Platforms
- Function as a Service - FaaS
- Knative
- Serverless vs Containers
Container Platforms
- Containers and Cloud Computing
- Container Operating Systems
- Red Hat Openshift
- Pivotal Container Service
- Multi-Cloud Strategy
- Kubernetes vs Cloud Foundry
- CWPP
Other Container Engines
Kubernetes Alternatives
Container Community and Events
- Container Technology Wiki
- Docker Containers
- Docker Compose
Docker Compose
Docker Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration.
Below we have compiled publicly available sources from around the world that present views on Docker Compose.
The Container Security book by Liz Rice
Fundamental Technology Concepts that Protect Containerized Applications
Perspectives on Docker Compose

ostechnix.com

Introduction to Docker Compose
runnable.com

baeldung.com

runnable.com

A Practical Introduction to Docker Compose
freecodecamp.org

Local Development with Docker Compose
devcenter.heroku.com

Best Practices While Using Environment Files with Docker Compose
tarunlalwani.com
How To

How to Install Docker Compose on Debian 10
linux4one.com

Orchestrate Containers for Development with Docker Compose
blog.codeship.com

linuxhint.com

How to Deploy WordPress with Docker Compose
upcloud.com

linode.com
Specific Technologies

Deploy MongoDB using Docker Compose
osradar.com
Vendor Information
Further Reading
- Docker 101 —If you’re getting started with Docker, or want to go in depth, we have you covered with comprehensive reviews of the most important topics concerning Docker engineers.
- Basic Docker Operations — Resources about the basic Docker operations such as running Docker containers, working with dockerfiles, Docker securit https://blog.aquasec.com/docker-security-best-practicesy, creating and sharing Docker images, storing data within containers and more.
- Docker Administration — Resources about the Docker administrative procedures such as Docker configuration, collecting Docker metrics, Docker logging and more.
- Docker Security Resources — Resources about the the basic security considerations of running an application within a Docker container, including Docker security https://blog.aquasec.com/docker-security-best-practices best practices, Docker trusted images, isolating Docker containers and more.
- Docker OS Interaction — Resources about the interaction between Docker and legacy operating systems such as Windows, Linux, Mac and more.
- Docker With Other Tools — Resources about using Docker containers with tools, services and environments like NGINX, Jenkins, PosgreSQL, ElasticSearch and more.
- Docker API — Docker provides an API for interacting with the Docker daemon (called the Docker Engine API), as well as SDKs for Go and Python. This page gathers resources about the Docker remote API, using the Docker API in different environments like Python, Node.js and Java.
- Docker Compose — Docker Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration.
Get updates on container technology











