Docker daemon settings
This commit is contained in:
parent
b6e75549f3
commit
98ceaaa750
1 changed files with 10 additions and 1 deletions
|
@ -5,5 +5,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable docker.
|
# Enable docker.
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker = {
|
||||||
|
enable = true;
|
||||||
|
liveRestore = true;
|
||||||
|
daemon.settings.default-address-pools = [
|
||||||
|
{
|
||||||
|
base = "172.20.0.0/12";
|
||||||
|
size = 24;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue