Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd27cc2

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

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Filter options
  • docker-java-api/src/main/java/com/github/dockerjava/api/model
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed

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

Copy file name to clipboardExpand all lines: docker-java-api/src/main/java/com/github/dockerjava/api/model/MountType.java
+5-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.