Skip to content

HoriThe3rd/docker_lw_samba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

682697f · Nov 29, 2020

History

9 Commits
Nov 29, 2020
Dec 1, 2019
Dec 1, 2019
Nov 30, 2019
Dec 1, 2019

Repository files navigation

docker_lw_samba

Light weight samba image for Docker.

RUN

For raspberry pi.

docker run -d -p 139:139 -p 445:445 \
--name smb \
--restart=always \
-v <host path>:/home/USERNAME \
-e USERNAME="<your_name>" \
-e PASSWD="<your_pw>" \
horithe3rd/lw_samba:rpi

If you use in x86 machine, use a latest tag instead of the rpi tag.

About

Light weight samba image for Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published