Make podman compatible with docker

This commit is contained in:
Jakob Lechner 2022-07-12 09:30:26 +00:00
parent ab65aea4f4
commit e803f3c764
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -1,5 +1,7 @@
{
virtualisation.podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
};
}