Sebbene Docker abbia popularizzato i container, l'ecosistema è cresciuto — con standard (OCI), runtime alternativi (containerd, CRI-O), strumenti alternativi (Podman, Buildah), e orchestrazione. Comprendere l'ecosistema più ampio e gli standard chiarisce che i container sono più grandi del prodotto Docker.
I container sono standardizzati (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.
