From 1144159a9f2b03a840a84d6ef28376f7c850f2dd Mon Sep 17 00:00:00 2001 From: Olli Janatuinen Date: Sun, 16 Sep 2018 19:49:23 +0300 Subject: [PATCH] Updated swagger config Signed-off-by: Olli Janatuinen --- api/swagger.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/swagger.yaml b/api/swagger.yaml index fd4f2f59ef..db3444d676 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -238,11 +238,13 @@ definitions: - `bind` Mounts a file or directory from the host into the container. Must exist prior to creating the container. - `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. - `tmpfs` Create a tmpfs with the given options. The mount source cannot be specified for tmpfs. + - `npipe` Mounts a named pipe from the host into the container. Must exist prior to creating the container. type: "string" enum: - "bind" - "volume" - "tmpfs" + - "npipe" ReadOnly: description: "Whether the mount should be read-only." type: "boolean"