File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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.
146148This 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**
You can’t perform that action at this time.
0 commit comments