Should we replace docker-ce with docker.io? #1227
Replies: 1 comment
-
I would go with the Canonical build (
The main downside is that the canonical builds may lag behind upstream. Brand new features might not be in
I would be surprised if this were true. In fact, I would expect Longer term I think we should look into using podman. It is completely FOSS, runs any OCI containers and is more secure (no daemon) with rootless setup being trivial (and automatic on most distros now thanks to I would argue it makes any VM running containers more secure, and gives as a simple route to let users run OCI containers (which includes Docker container images). |
Beta Was this translation helpful? Give feedback.
-
docker-ce
is the community edition of docker fromdownload.docker.com
docker.io
is the Ubuntu version frompackages.ubuntu.com
docker-ce
will be more up-to-date but requires us to allow access to a large number of IP addresses as it's hosted behind a CDN.docker.io
does not have this problem but will in general be out-of-date and might have associated security issues.Beta Was this translation helpful? Give feedback.
All reactions