https://github.com/shvargon/wsdd-docker
Dockerized version of christgau/wsdd - a Web Service Discovery daemon for Samba/SMB hosts. 🐳 Lightweight Alpine-based image with wsdd.py + non-root user + basic hardening.
https://github.com/shvargon/wsdd-docker
docker linux samba smb wsd wsdd
Last synced: 2 months ago
JSON representation
Dockerized version of christgau/wsdd - a Web Service Discovery daemon for Samba/SMB hosts. 🐳 Lightweight Alpine-based image with wsdd.py + non-root user + basic hardening.
- Host: GitHub
- URL: https://github.com/shvargon/wsdd-docker
- Owner: shvargon
- License: mit
- Created: 2022-06-09T01:47:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T09:21:41.000Z (2 months ago)
- Last Synced: 2025-03-17T09:26:33.486Z (2 months ago)
- Topics: docker, linux, samba, smb, wsd, wsdd
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/shvargon/wsdd
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wsdd-docker
Docker image for [`wsdd.py`](https://github.com/christgau/wsdd) — a Web Service Discovery daemon for Samba/SMB hosts.
This repository provides a lightweight Alpine-based containerized version of wsdd, including:
- 🐳 Dockerfile & entrypoint script
- 🛡 Non-root user & hardened permissions
- 📝 Simple environment variable configuration---
## 🚀 Quickstart
```bash
docker run --net=host -e HOST=somehost -d shvargon/wsdd
```For more advanced usage, visit 📦 [Docker Hub page](https://hub.docker.com/r/shvargon/wsdd)