I installed Distrobox:
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
environment.systemPackages = [ pkgs.distrobox ];
Where are the actual containers stored? If I made a Ubuntu container, where is it?
I installed Distrobox:
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
environment.systemPackages = [ pkgs.distrobox ];
Where are the actual containers stored? If I made a Ubuntu container, where is it?