Adjust formatting on daemon.json documentation

Signed-off-by: Brandon Mitchell <git@bmitch.net>
This commit is contained in:
Brandon Mitchell 2018-10-13 14:07:47 -04:00
Родитель d18aad38d3
Коммит 1c3aa2ea7a
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -1364,8 +1364,10 @@ This is a full example of the allowed configuration options on Linux:
]
}
},
"default-address-pools":[{"base":"172.80.0.0/16","size":24},
{"base":"172.90.0.0/16","size":24}]
"default-address-pools":[
{"base":"172.80.0.0/16","size":24},
{"base":"172.90.0.0/16","size":24}
]
}
```