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 with other tools
- Using Docker with Python
Docker vs. Vagrant
Vagrant is a tool focused on providing a consistent development environment workflow across multiple operation systems. Docker is a container management that can consistently run software as long as a containerization system exists. This page compares their features, pros and cons to see which is better and if they can work together.
Below we have compiled publicly available sources from around the world that present views on Docker vs. Vagrant.
The Container Security book by Liz Rice
Fundamental Technology Concepts that Protect Containerized Applications
Perspectives on Docker vs. Vagrant
Docker vs Vagrant: Which is Better for Development?
Developers have been haunted for decades by unexpected errors when running code on different machines. Luckily, these days there are some great tools designed to ease this pain. Today, we’re going to take a look at two of the most popular tools – Docker and Vagrant – to see how they try to solve these problems, and which one you should be using for your development.

What Is the Difference Between Docker And Vagrant?
janbasktraining.com

Vagrant vs Docker: What’s Right For You?
mattlayman.com
How To
How to Switch from Vagrant to Docker
Setting up a new local environment can be challenging and really time-consuming if you’re doing it from scratch. While this might not be a big deal when working as a single developer on a project, in a team-based scenario it’s important to share the same infrastructure configuration. That’s why we highly recommended using a tool like Docker to simplify the process
Vagrant Tutorial: Everything A Beginner Needs To Know
Are you looking for a well-defined, open-source, virtual environment you can easily share among team members? If the answer is yes, it may be time to get acquainted with Vagrant.This tutorial walks you through everything you need to know about configuring and managing Vagrant.
Run Docker container on Vagrant
automationrhapsody.com
Further Reading
- Using Docker with NGINX — NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. This page gathers resources about how to load balance dockerized applications and how to use NGINX as a reverse proxy to Docker applications.
- Using Docker With Jenkins — Jenkins is one of the most popular, if not the most popular, continuous integration and continuous deployment tool available. This process could become even more efficient using Docker and containers. This page gathers resources on why Docker is a good option when it comes to continuous deployment with Jenkins.
- Using Docker With ElasticSearch — Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore. This page gathers resources about how to use Docker with ElasticSearch, Kibana and Logstash for monitoring, log analysis and how to deploy elasticsearch docker containers.
- Using Docker with MongoDB — MongoDB is a free and open-source cross-platform document-oriented database program. This page gathers resources about the challenges in running and orchestrating MongoDB in Docker containers, running MongoDB as a replica set in Docker and more.
- Using Docker with PosgreSQL — Postgres, is an object-relational database management system with an emphasis on extensibility and standards compliance. This page gathers resources on some basic performance metrics for PostgreSQL when they are run as containers.
- Using Docker with Python — Python packaging is awkward and confusing. Docker is a collection of various Linux features - namespaces, cgroups, union file-system - put together in such a way that you can package and distribute software in a language-agnostic container. Docker is a great way to skirt the pain of Python packaging.
- Docker vs. Vagrant — Vagrant is a tool focused on providing a consistent development environment workflow across multiple operation systems. Docker is a container management that can consistently run software as long as a containerization system exists. This page compares their features, pros and cons to see which is better and if they can work together.
Get updates on container technology







