mirror of
https://github.com/lemeow125/Notes.git
synced 2025-08-02 17:23:17 +08:00
vault backup: 2024-10-25 21:35:23
Affected files: docs/Command Snippets/Ansible Snippets.md docs/Command Snippets/Docker - Miscellaneous.md
This commit is contained in:
parent
71ede7ecbf
commit
f359c7ae0e
2 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
Create CIFS/Samba Volume
|
||||
- Create CIFS/Samba Volume
|
||||
```bash
|
||||
docker volume create \
|
||||
--driver local \
|
||||
|
@ -7,4 +7,4 @@ docker volume create \
|
|||
--opt o=username=USERNAME,password=PASSWORD \
|
||||
--name VOLUME_NAME
|
||||
```
|
||||
Native CIFS credentials file is not supported with Docker CIFS volumes
|
||||
*Native CIFS credentials file is not supported with Docker CIFS volumes*
|
Loading…
Add table
Add a link
Reference in a new issue