You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/swagger.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -238,11 +238,13 @@ definitions:
238
238
- `bind` Mounts a file or directory from the host into the container. Must exist prior to creating the container.
239
239
- `volume` Creates a volume with the given name and options (or uses a pre-existing volume with the same name and options). These are **not** removed when the container is removed.
240
240
- `tmpfs` Create a tmpfs with the given options. The mount source cannot be specified for tmpfs.
241
+
- `npipe` Mounts a named pipe from the host into the container. Must exist prior to creating the container.
241
242
type: "string"
242
243
enum:
243
244
- "bind"
244
245
- "volume"
245
246
- "tmpfs"
247
+
- "npipe"
246
248
ReadOnly:
247
249
description: "Whether the mount should be read-only."
0 commit comments