Created
May 12, 2018 03:10
-
-
Save phillijw/a727f10a8124ba0bf09cf9d34a6c1c86 to your computer and use it in GitHub Desktop.
Samba docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run \ | |
-p 139:139 \ | |
-p 445:445 \ | |
-e TZ=CST6CDT \ | |
-v /media/kingkong:/mount/kingkong \ | |
-d \ | |
--name samba \ | |
--restart unless-stopped \ | |
dperson/samba \ | |
-s "kingkong;/mount/kingkong" | |
The -s param gets passed through: "shareName;location" | |
I couldn't get win10 to "detect" the share but I could connect to it directly via \\some.ip.address\kingkong |
Author
phillijw
commented
Jun 29, 2018
type in a username of \
and no password for win10 to let me in
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment