mirror of https://github.com/docker/cli.git
Merge pull request #1447 from sudo-bmitch/pr-daemon-json-formatting
Adjust formatting on daemon.json documentation
This commit is contained in:
commit
3eaae8391b
|
@ -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}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue