File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 404404 {"type" : " integer" , "minimum" : 0 },
405405 {"type" : " string" }
406406 ]
407- }
407+ },
408+ "mode" : {"type" : " number" }
408409 },
409410 "additionalProperties" : false ,
410411 "patternProperties" : {"^x-" : {}}
Original file line number Diff line number Diff line change @@ -1864,6 +1864,7 @@ expressed in the short form.
18641864 - `nocopy` : flag to disable copying of data from a container when a volume is created
18651865- `tmpfs` : configure additional tmpfs options
18661866 - `size` : the size for the tmpfs mount in bytes (either numeric or as bytes unit)
1867+ - `mode` : the filemode for the tmpfs mount as Unix permission bits as an octal number
18671868- `consistency` : the consistency requirements of the mount. Available values are platform specific
18681869
18691870# ## volumes_from
You can’t perform that action at this time.
0 commit comments