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.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 9 months ago

use docker apt package. latest features. builtin compose is a dealbreaker for in release version

[–] [email protected] 1 points 9 months ago

Also docker repo but mainly because I use Jeff Geerlings ansible role for installing docker. I pin the version, so it's not really much different from using the Debian repo

[–] [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.

[–] [email protected] 1 points 9 months ago

snap install docker

"I heard you liek containers, so I put your containers in a container"