1
Fork 0

Attempt to use docker instead of podman???

This commit is contained in:
prescientmoon 2024-06-11 11:15:42 +02:00
parent e6b9763b2b
commit 2e78a04d56
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -5,7 +5,7 @@
dockerCompat = true; dockerCompat = true;
}; };
oci-containers.backend = "podman"; oci-containers.backend = "docker";
}; };