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:
Keannu Christian Bernasol 2024-10-25 21:35:23 +08:00
parent 71ede7ecbf
commit f359c7ae0e
2 changed files with 9 additions and 9 deletions

View file

@ -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*