mirror of
https://github.com/docker/cli.git
synced 2025-08-08 12:02:07 +03:00
Merge pull request #1447 from sudo-bmitch/pr-daemon-json-formatting
Adjust formatting on daemon.json documentation
This commit is contained in:
@@ -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},
|
"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}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user