nix-community / home-manager

Manage a user environment using Nix [maintainer=@rycee]
https://nix-community.github.io/home-manager/
MIT License
7.16k stars 1.85k forks source link

Add support for rootless Docker #6134

Open ixora-0 opened 3 days ago

ixora-0 commented 3 days ago

Description

I see that we have implemented podman containers (#4336 ), it would be nice to extend this feature to include Docker as well. https://docs.docker.com/engine/security/rootless/

bamhm182 commented 22 hours ago

I'm open to the idea, but part of the thing that made podman an "easy" kill was the use of quadlets, which are basically ini's that the podman developers use to create standardized systemd unit files. As far as I am tracking, there isn't really a "standard" way to manage docker containers like podman provides here. There's docker-compose.yml files, but even then, I'm not tracking a standard way to load them.