Skip to content

Commit b4c5adf

Browse files
authored
Merge pull request #23082 from ShravanAmudala55/main
Fix typo: cif-volume → cifs-volume
2 parents 4ab3804 + bde5504 commit b4c5adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/storage/volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ $ docker volume create \
625625
--opt type=cifs \
626626
--opt device=//uxxxxx.your-server.de/backup \
627627
--opt o=addr=uxxxxx.your-server.de,username=uxxxxxxx,password=*****,file_mode=0777,dir_mode=0777 \
628-
--name cif-volume
628+
--name cifs-volume
629629
```
630630

631631
The `addr` option is required if you specify a hostname instead of an IP.

0 commit comments

Comments
 (0)