Selvom Docker populariserede containere, er økosystemet vokset — med standarder (OCI), alternative runtimes (containerd, CRI-O), alternative værktøjer (Podman, Buildah), og orkestrering. At forstå det bredere økosystem og standarder præciserer, at containere er større end Docker produktet.
Containere er standardiserede (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.
