Docker kontainerları popüler hale getirse de, ekosistem büyümüştür — standartlar (OCI), alternatif runtime'lar (containerd, CRI-O), alternatif araçlar (Podman, Buildah) ve orkestrasyonla. Geniş ekosistem ve standartları anlamak, kontainerların Docker ürününden daha büyük olduğunu gösterir.
Kontainerler standartlaştırılmıştır (OCI)
The OPEN CONTAINER INITIATIVE (OCI) standardizes container IMAGES and RUNTIMES:
→ OCI image format & runtime spec → images/containers are PORTABLE across tools
→ Docker images are OCI images; many tools can build/run them interchangeably
→ "Containers" are an open standard, not locked to Docker the company/product.
