diff --git a/qubes/etc/docker/daemon.json b/qubes/etc/docker/daemon.json new file mode 100644 index 0000000..a315366 --- /dev/null +++ b/qubes/etc/docker/daemon.json @@ -0,0 +1,5 @@ +{ + "features": { + "containerd-snapshotter": true + } +}