Skip to content

Commit e23247c

Browse files
author
Dieter Maier
committed
Add infos to README
1 parent 65b6f42 commit e23247c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ See example:
115115
password somepass
116116
domain optional
117117
security optional
118+
fileMode optional
119+
dirMode optional
118120
```
119121

120122
**2. Run the plugin**
@@ -146,7 +148,7 @@ options and other info can be eliminated when running a container.
146148
This will create a new volume via the Docker daemon which will call `Create` in netshare passing in the corresponding user, pass and domain info.
147149

148150
```
149-
$ docker volume create -d cifs --name cifshost/share --opt username=user --opt password=pass --opt domain=domain --opt security=security
151+
$ docker volume create -d cifs --name cifshost/share --opt username=user --opt password=pass --opt domain=domain --opt security=security --opt fileMode=0777 --opt dirMode=0777
150152
```
151153

152154
**3. Launch a container**

0 commit comments

Comments
 (0)