Deși Docker a popularizat containerele, ecosistemul a crescut — cu standarde (OCI), alternative de runtime (containerd, CRI-O), instrumente alternative (Podman, Buildah) și orkestrare. Înțelegerea ecosistemului mai larg și a standardelor clarifică că containerele sunt mai mari decât Docker-ul ca produs.
Containerele sunt standardizate (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.
