this post was submitted on 28 Nov 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

For the Debian + Docker folk. Do you use the default Debian packages for Docker or do you use the Docker Apt repository?

Why or why not?

I generally prefer to use the packages built into Debian, but there still(?) isn't a package for the v2 compose plugin. It's easy to manually install, but wondering if it's worth the change to the Docker packages.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 9 months ago

I always use native Debian packages untile there's some reason no to.

For example in last job we encountered some problems with older docker daemon from Debian repositories, that caused our swarm cluster to malfunction, so we switched to docker-ce from official docker repositories.