Skip to content

magimat/rpi-samba

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build image

	git clone [email protected]:magimat/rpi-samba.git
	cd rpi-samba/
	docker build --no-cache -t magimat/rpi-samba .
	docker push magimat/rpi-samba

docker run --name rpi-samba -d --restart always -v $PWD:/data/share -p 445:445 -p 139:139 -p 137:137/udp -p 138:138/udp magimat/rpi-samba

About

Samba Docker container for Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 43.2%
  • Dockerfile 31.8%
  • Makefile 25.0%