mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-03-24 05:22:38 +01:00
20 lines
301 B
JSON
20 lines
301 B
JSON
{
|
|
"registry-mirrors": [
|
|
"https://:5000"
|
|
],
|
|
"bip": "172.17.0.1/24",
|
|
"default-address-pools": [
|
|
{
|
|
"base": "172.17.0.0/24",
|
|
"size": 24
|
|
}
|
|
],
|
|
"default-ulimits": {
|
|
"nofile": {
|
|
"Name": "nofile",
|
|
"Soft": 1048576,
|
|
"Hard": 1048576
|
|
}
|
|
}
|
|
}
|