↳
In-reply-to
»
@prologic I don't get your objection.
โค Read More
dockerd
is 96M and has to run all the time. You can't use docker
without it running, so you have to count both. docker
+ dockerd
is 131M, which is over 3x the size of podman
. Plus you have this daemon running all the time, which eats system resources podman
doesn't use, and docker
fucks with your network configuration right on install, which podman
doesn't do unless you tell it to.
@abucci@anthony.buc.ci Yeah okay, you make some excellent points ๐ ๐