Use overlay2 docker storage driver
This commit is contained in:
parent
5de0536c36
commit
35df964851
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraOptions = "--data-root ${config.chvp.dataPrefix}/var/lib/docker";
|
extraOptions = "--data-root ${config.chvp.dataPrefix}/var/lib/docker";
|
||||||
storageDriver = "zfs";
|
storageDriver = "overlay2";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.docker-compose ];
|
environment.systemPackages = [ pkgs.docker-compose ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue