> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/pomoxve/lxc-+-docker-samba-fu-wu-ce-shi.md).

# lxc + docker samba服務測試

```
docker run -it --name samba -p 139:139 -p 445:445 -v /tmp:/share -d dperson/samba -u "kawsing;pass" -s "public;/share;yes;no;no;kawsing;kawsing;;describe"
```

![](/files/-Lx_Cph8PTXVHRVQlczm)

```
mount -t cifs //10.99.0.1/public /root/smb -o username="kawsing",password="pass"
```

![](/files/-Lx_DI93oEBkeLJXEn2W)
