Aunque Docker popularizó los contenedores, el ecosistema ha crecido — con estándares (OCI), runtimes alternativos (containerd, CRI-O), herramientas alternativas (Podman, Buildah), y orquestación. Entender el ecosistema más amplio y los estándares clarifica que los contenedores son más grandes que Docker el producto.
Por qué es importante
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.
