mirror of
https://github.com/bashclub/zamba-lxc-toolbox
synced 2026-01-11 13:16:22 +00:00
fix docker settings
This commit is contained in:
@@ -78,9 +78,9 @@ cat << EOF > /etc/docker/daemon.json
|
|||||||
{
|
{
|
||||||
"default-ulimits": {
|
"default-ulimits": {
|
||||||
"nproc": {
|
"nproc": {
|
||||||
"name": "nproc",
|
"Name": "nproc",
|
||||||
"soft": -1,
|
"Soft": 4096,
|
||||||
"hard": -1
|
"Hard": 4096
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user