mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Small correction in update resource file usage
Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ accepted format is as follow (unchanged values can be omitted):
|
|||||||
},
|
},
|
||||||
"blockIO": {
|
"blockIO": {
|
||||||
"blkioWeight": 0
|
"blkioWeight": 0
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Note: if data is to be read from a file or the standard input, all
|
Note: if data is to be read from a file or the standard input, all
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ The accepted format is as follow (unchanged values can be omitted):
|
|||||||
},
|
},
|
||||||
"blockIO": {
|
"blockIO": {
|
||||||
"blkioWeight": 0
|
"blkioWeight": 0
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Note: if data is to be read from a file or the standard input, all
|
Note: if data is to be read from a file or the standard input, all
|
||||||
|
|||||||
Reference in New Issue
Block a user