Skip to content

Commit 06eadcc

Browse files
authored
Merge pull request moby#51627 from kasium/tmpfs-mode
Improve description of tmpfs mode
2 parents bac1877 + a0e5e05 commit 06eadcc

29 files changed

+116
-29
lines changed

api/docs/v1.25.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,10 @@ definitions:
319319
type: "integer"
320320
format: "int64"
321321
Mode:
322-
description: "The permission mode for the tmpfs mount in an integer."
322+
description: |
323+
The permission mode for the tmpfs mount in an integer.
324+
The value must not be in octal format (e.g. 755) but rather
325+
the decimal representation of the octal value (e.g. 493).
323326
type: "integer"
324327
RestartPolicy:
325328
description: |

api/docs/v1.26.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,10 @@ definitions:
319319
type: "integer"
320320
format: "int64"
321321
Mode:
322-
description: "The permission mode for the tmpfs mount in an integer."
322+
description: |
323+
The permission mode for the tmpfs mount in an integer.
324+
The value must not be in octal format (e.g. 755) but rather
325+
the decimal representation of the octal value (e.g. 493).
323326
type: "integer"
324327
RestartPolicy:
325328
description: |

api/docs/v1.27.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,10 @@ definitions:
321321
type: "integer"
322322
format: "int64"
323323
Mode:
324-
description: "The permission mode for the tmpfs mount in an integer."
324+
description: |
325+
The permission mode for the tmpfs mount in an integer.
326+
The value must not be in octal format (e.g. 755) but rather
327+
the decimal representation of the octal value (e.g. 493).
325328
type: "integer"
326329
RestartPolicy:
327330
description: |

api/docs/v1.28.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,10 @@ definitions:
321321
type: "integer"
322322
format: "int64"
323323
Mode:
324-
description: "The permission mode for the tmpfs mount in an integer."
324+
description: |
325+
The permission mode for the tmpfs mount in an integer.
326+
The value must not be in octal format (e.g. 755) but rather
327+
the decimal representation of the octal value (e.g. 493).
325328
type: "integer"
326329
RestartPolicy:
327330
description: |

api/docs/v1.29.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,10 @@ definitions:
324324
type: "integer"
325325
format: "int64"
326326
Mode:
327-
description: "The permission mode for the tmpfs mount in an integer."
327+
description: |
328+
The permission mode for the tmpfs mount in an integer.
329+
The value must not be in octal format (e.g. 755) but rather
330+
the decimal representation of the octal value (e.g. 493).
328331
type: "integer"
329332
RestartPolicy:
330333
description: |

api/docs/v1.30.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,10 @@ definitions:
325325
type: "integer"
326326
format: "int64"
327327
Mode:
328-
description: "The permission mode for the tmpfs mount in an integer."
328+
description: |
329+
The permission mode for the tmpfs mount in an integer.
330+
The value must not be in octal format (e.g. 755) but rather
331+
the decimal representation of the octal value (e.g. 493).
329332
type: "integer"
330333
RestartPolicy:
331334
description: |

api/docs/v1.31.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,10 @@ definitions:
325325
type: "integer"
326326
format: "int64"
327327
Mode:
328-
description: "The permission mode for the tmpfs mount in an integer."
328+
description: |
329+
The permission mode for the tmpfs mount in an integer.
330+
The value must not be in octal format (e.g. 755) but rather
331+
the decimal representation of the octal value (e.g. 493).
329332
type: "integer"
330333
RestartPolicy:
331334
description: |

api/docs/v1.32.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,10 @@ definitions:
327327
type: "integer"
328328
format: "int64"
329329
Mode:
330-
description: "The permission mode for the tmpfs mount in an integer."
330+
description: |
331+
The permission mode for the tmpfs mount in an integer.
332+
The value must not be in octal format (e.g. 755) but rather
333+
the decimal representation of the octal value (e.g. 493).
331334
type: "integer"
332335

333336
RestartPolicy:

api/docs/v1.33.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,10 @@ definitions:
331331
type: "integer"
332332
format: "int64"
333333
Mode:
334-
description: "The permission mode for the tmpfs mount in an integer."
334+
description: |
335+
The permission mode for the tmpfs mount in an integer.
336+
The value must not be in octal format (e.g. 755) but rather
337+
the decimal representation of the octal value (e.g. 493).
335338
type: "integer"
336339

337340
RestartPolicy:

api/docs/v1.34.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,10 @@ definitions:
333333
type: "integer"
334334
format: "int64"
335335
Mode:
336-
description: "The permission mode for the tmpfs mount in an integer."
336+
description: |
337+
The permission mode for the tmpfs mount in an integer.
338+
The value must not be in octal format (e.g. 755) but rather
339+
the decimal representation of the octal value (e.g. 493).
337340
type: "integer"
338341

339342
RestartPolicy:

0 commit comments

Comments
 (0)