Skip to content

Commit fd27cc2

Browse files
authored
Add "npipe" as a valid mount type (#1788)
1 parent 7a0a111 commit fd27cc2

File tree

1 file changed

+5
-1
lines changed
  • docker-java-api/src/main/java/com/github/dockerjava/api/model

1 file changed

+5
-1
lines changed

docker-java-api/src/main/java/com/github/dockerjava/api/model/MountType.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ public enum MountType {
1414

1515
//@since 1.29
1616
@JsonProperty("tmpfs")
17-
TMPFS
17+
TMPFS,
18+
19+
//@since 1.40
20+
@JsonProperty("npipe")
21+
NPIPE
1822

1923
}

0 commit comments

Comments
 (0)