Selv om Docker populariserte containere, har økosystemet vokst — med standarder (OCI), alternative runtime-miljøer (containerd, CRI-O), alternative verktøy (Podman, Buildah), og orkestrering. Å forstå det bredere økosystemet og standardene gjør det klart at containere er større enn Docker som produkt.
Containere er standardiserte (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.
