Sign inSign up

beeronbeard/docker-samba-alpine

By beeronbeard

Updated about 7 years ago

!!!DO NOT USE THIS EXPOSED TO THE INTERNET!!!

Image
0

314

beeronbeard/docker-samba-alpine repository overview

DO NOT EXPOSE TO THE INTERNET!

This container is wide open. It exposes a single share to anyone who can see this server on the network. Anyone can read/write files to this share. I'm using it to expose a share on a local network behind a firewall.

Example usage:

docker run -d \
  -p 137-139:137-139 \
  -p 445:445 \
  -v /host/path:/shared \
  beeronbeard/docker-samba-alpine;

Tag summary

Content type

Image

Digest

Size

27.6 MB

Last updated

about 7 years ago

docker pull beeronbeard/docker-samba-alpine