Merge pull request #1447 from sudo-bmitch/pr-daemon-json-formatting

Adjust formatting on daemon.json documentation
This commit is contained in:
Sebastiaan van Stijn 2018-10-18 17:52:08 +02:00 committed by GitHub
commit 3eaae8391b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1370,8 +1370,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}
]
}
```