mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
config: Fix broken JSON in Windows mount example
The 'key: value' syntax is for objects, but 'mounts' is an array. Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
@@ -91,7 +91,7 @@ For Windows, see [mountvol][mountvol] and [SetVolumeMountPoint][set-volume-mount
|
||||
|
||||
```json
|
||||
"mounts": [
|
||||
"myfancymountpoint": {
|
||||
{
|
||||
"destination": "C:\\Users\\crosbymichael\\My Fancy Mount Point\\",
|
||||
"type": "ntfs",
|
||||
"source": "\\\\?\\Volume\\{2eca078d-5cbc-43d3-aff8-7e8511f60d0e}\\",
|
||||
|
||||
Reference in New Issue
Block a user