Does your team use non-Docker containers? If not, ...
# platform-toolbox
r
Does your team use non-Docker containers? If not, have you discussed the possibility? What did the discussions look like? I'm curious because of "Docker’s Gone — Here’s Why It’s Time to Move On" (June 2025).
a
We use
colima
locally and
containerd
has been the default container runtime in Kubernetes for a while now, so I think for many developers with all the solutions mentioned in that article it's mostly a non-issue these days?
👍 1
e
As the document mentions, Docker was first on the scene to make containers widely accessible and useful for porting apps. Eventually, OSS has provided better alternatives and there's not a need to pay for similar functionalities.
👍 1