mirror of https://github.com/docker/cli.git
Adjust formatting on daemon.json documentation
Signed-off-by: Brandon Mitchell <git@bmitch.net>
This commit is contained in:
parent
d18aad38d3
commit
1c3aa2ea7a
|
@ -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},
|
"default-address-pools":[
|
||||||
{"base":"172.90.0.0/16","size":24}]
|
{"base":"172.80.0.0/16","size":24},
|
||||||
|
{"base":"172.90.0.0/16","size":24}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue