enhancements/rejected/container-default.md
Please review this proposal with the following priorities:
Please leave the above text in your proposal as instructions to the reader.
Change default container runtime, from current "docker" to replacement "containerd".
The containerd container runtime is already included, and is passing certification.
Unlike Docker, will need to include the CRI (runtime) and CNI (network) by default.
Use BuildKit as a complement to Containerd, for producing an image from Dockerfile.
Only run buildkitd on-demand (i.e. when building), default to running only containerd.
Keep Docker as the default, and add the new CRI-Docker to replace the old dockershim.
Use CRI-O/Podman as default, which is a bigger change (since dockerd uses containerd).