|
|
|
|
|
by lillecarl
1891 days ago
|
|
This is where Flatpak and Snapcraft can help you out. Just bring all dependencies with the binaries. But then people complain that dependencies aren't up2date and how they're a security nightmare because they aren't packaged by the Debian team. I have high hopes for Flatpak and Nix. |
|
vs. the Ubuntu one:
Package: docker.io Version: 20.10.2-0ubuntu2That's the same as the version in the latest nixpkgs unstable:
* legacyPackages.x86_64-linux.docker (20.10.2) An open source project to pack, ship and run any application as a lightweight containerAlso, afaict Nixpkgs doesn't expose any unit files for the Docker daemon, so it'd take a bit of monkeying around with a new package definition to expose the one from the Moby source so that you could use it on some random distro (or you could write your own). Nix doesn't currently have any system-wide module system for managing services on non-NixOS Linux, unfortunately.