Chociaż Docker spopularyzował kontenery, ekosystem się rozszerzył — ze standardami (OCI), alternatywnymi runtime'ami (containerd, CRI-O), alternatywnymi narzędziami (Podman, Buildah) i orkiestracją. Zrozumienie szerszego ekosystemu i standardów wyjaśnia, że kontenery to coś więcej niż Docker jako produkt.
Kontenery są standaryzowane (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.
