Hacker News new | ask | show | jobs
by curt15 10 days ago
> Yes, it is worse because using your package manager trusts your distribution (and the packages packager), doing curl bash trusts a random website.

Is installing docker from docker own APT repo actually safer than curling a binary from docker's website?

1 comments

Like a sibling comment said, at least you can be sure that updates you will download are provided by the same entity, since the repositories are signed.