Αν και το Docker δημοφιλοποίησε τα containers, το οικοσύστημα έχει αναπτυχθεί — με standards (OCI), εναλλακτικές runtimes (containerd, CRI-O), εναλλακτικά εργαλεία (Podman, Buildah), και orchestration. Η κατανόηση του ευρύτερου οικοσυστήματος και των standards διευκρινίζει ότι τα containers είναι μεγαλύτερα από το Docker το προϊόν.
Τα containers είναι standardized (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.
