Skip to content

Commit 651d68f

Browse files
committed
Merge pull request #534 from suryagaddipati/assing_driver_opts
Assign passed in volume opts to field
2 parents 24866d0 + 7ea7514 commit 651d68f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/dockerjava/core/command/CreateVolumeCmdImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public CreateVolumeCmdImpl withDriver(String driver) {
6161
@Override
6262
public CreateVolumeCmd withDriverOpts(Map<String, String> driverOpts) {
6363
checkNotNull(driverOpts, "driverOpts was not specified");
64+
this.driverOpts = driverOpts;
6465
return this;
6566
}
6667
}

0 commit comments

Comments
 (0)