Rootless Docker?

This commit is contained in:
Annika Merris 2024-05-28 10:31:27 -04:00
parent 0e7cd08cbc
commit 96a75430dd

View file

@ -14,6 +14,9 @@
pkgs.docker
];
};
virtualisation.docker.enable = true;
virtualisation.docker.rootless = {
enable = true;
setSocketVariable = true;
};
};
}